Add keycloak
This commit is contained in:
parent
82049648fe
commit
6ae50db5ac
10 changed files with 134 additions and 1 deletions
6
ressources/keycloak/rootfs/DEBIAN/postinst
Executable file
6
ressources/keycloak/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
id keycloak &> /dev/null || useradd keycloak -r -s /bin/false
|
||||
|
||||
chown keycloak:keycloak /var/lib/keycloak/ -R
|
||||
chown keycloak:keycloak /usr/lib/keycloak/lib/quarkus -R
|
Loading…
Add table
Add a link
Reference in a new issue