Add Keycloak (#1)
This commit is contained in:
@@ -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