We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e61171 commit d6f57b2Copy full SHA for d6f57b2
1 file changed
apps/ory-hydra/templates/config.yaml
@@ -9,8 +9,9 @@ data:
9
URLS_SELF_ISSUER: "https://hydra.{{.Values.baseDomain}}"
10
URLS_LOGIN: "https://user.{{.Values.baseDomain}}/oauth2/login"
11
URLS_CONSENT: "https://user.{{.Values.baseDomain}}/oauth2/consent"
12
+ URLS_DEVICE_VERIFICATION: "https://user.{{.Values.baseDomain}}/oauth2/device-login"
13
STRATEGIES_ACCESS_TOKEN: "jwt"
14
OAUTH2_CLIENT_CREDENTIALS_DEFAULT_GRANT_ALLOWED_SCOPE: "true"
15
# These are only used for mariadb init script, it is redundant in the DSN secret! Don't forget to also create a secret for DB_PASSWORD
16
DB_USER: "hydra"
- DB_NAME: "ory-hydra"
17
+ DB_NAME: "ory-hydra"
0 commit comments