Add Keycloak (#1)
This commit is contained in:
3
roles/postgres/templates/keycloak.sql.j2
Normal file
3
roles/postgres/templates/keycloak.sql.j2
Normal file
@ -0,0 +1,3 @@
|
||||
CREATE USER keycloak WITH PASSWORD '{{ vault_postgres_keycloak_user_password }}';
|
||||
CREATE DATABASE keycloak;
|
||||
GRANT ALL PRIVILEGES ON DATABASE keycloak TO keycloak;
|
Reference in New Issue
Block a user