Skip to content

Commit

Permalink
Basic scripts to use keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 14, 2021
1 parent 02ba02d commit 308e21c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keycloak/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

gcloud compute ssh class-controller -- kubectl apply -f - < keycloak.yaml
5 changes: 5 additions & 0 deletions keycloak/ssh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

gcloud compute ssh class-controller -- -D 8180 $*


0 comments on commit 308e21c

Please sign in to comment.