login-credentials without RBAC (#173)
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/173 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
This commit is contained in:
		
							
								
								
									
										6
									
								
								.aliases
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								.aliases
									
									
									
									
									
								
							| @@ -73,6 +73,12 @@ function importLegacyData() { | ||||
| } | ||||
| alias gw-importHostingAssets='importLegacyData importHostingAssets' | ||||
|  | ||||
| function gradlewBootRun() { | ||||
|     echo gw bootRun --args="--spring.profiles.active=dev,fakeCasAuthenticator,complete,test-data --server.port=${1:-8080}" | ||||
|     ./gradlew bootRun --args="--spring.profiles.active=dev,fakeCasAuthenticator,complete,test-data --server.port=${1:-8080}" | ||||
| } | ||||
| alias gw-bootRun=gradlewBootRun | ||||
|  | ||||
| alias podman-start='systemctl --user enable --now podman.socket && systemctl --user status podman.socket && ls -la /run/user/$UID/podman/podman.sock' | ||||
| alias podman-stop='systemctl --user disable --now podman.socket && systemctl --user status podman.socket && ls -la /run/user/$UID/podman/podman.sock' | ||||
| alias podman-use='export DOCKER_HOST="unix:///run/user/$UID/podman/podman.sock"; export TESTCONTAINERS_RYUK_DISABLED=true' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user