hydra bootstraping
This commit is contained in:
@@ -14,7 +14,6 @@ mongo-express:
|
||||
mongodb:
|
||||
enabled: false
|
||||
|
||||
#TODO PROVISIONING CUSTOM PVC
|
||||
mongodb:
|
||||
enabled: true
|
||||
global:
|
||||
@@ -119,4 +118,20 @@ traefik:
|
||||
entryPoints: [web]
|
||||
ports:
|
||||
web:
|
||||
nodePort: 30950
|
||||
nodePort: 30950
|
||||
|
||||
hydra:
|
||||
enabled: true
|
||||
maester:
|
||||
enabled: false
|
||||
hydra:
|
||||
dev: true
|
||||
config:
|
||||
dsn: memory
|
||||
urls:
|
||||
login: http://localhost/auth/login
|
||||
consent: http://localhost/auth/consent
|
||||
logout: http://localhost/auth/logout
|
||||
self:
|
||||
issuer: http://localhost/auth
|
||||
|
||||
Reference in New Issue
Block a user