mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: outline
This commit is contained in:
@@ -131,6 +131,7 @@ identity_providers:
|
|||||||
scopes: [openid, profile, email, offline_access]
|
scopes: [openid, profile, email, offline_access]
|
||||||
redirect_uris: ["https://docs.${SECRET_EXTERNAL_DOMAIN}/auth/oidc.callback"]
|
redirect_uris: ["https://docs.${SECRET_EXTERNAL_DOMAIN}/auth/oidc.callback"]
|
||||||
userinfo_signed_response_alg: none
|
userinfo_signed_response_alg: none
|
||||||
|
token_endpoint_auth_method: client_secret_post
|
||||||
- client_id: paperless
|
- client_id: paperless
|
||||||
client_name: Paperless
|
client_name: Paperless
|
||||||
client_secret: "$${PAPERLESS_OAUTH_DIGEST}"
|
client_secret: "$${PAPERLESS_OAUTH_DIGEST}"
|
||||||
|
@@ -64,7 +64,7 @@ spec:
|
|||||||
OIDC_SCOPES: openid profile email offline_access
|
OIDC_SCOPES: openid profile email offline_access
|
||||||
OIDC_TOKEN_URI: "https://auth.${SECRET_EXTERNAL_DOMAIN}/api/oidc/token"
|
OIDC_TOKEN_URI: "https://auth.${SECRET_EXTERNAL_DOMAIN}/api/oidc/token"
|
||||||
OIDC_USERINFO_URI: "https://auth.${SECRET_EXTERNAL_DOMAIN}/api/oidc/userinfo"
|
OIDC_USERINFO_URI: "https://auth.${SECRET_EXTERNAL_DOMAIN}/api/oidc/userinfo"
|
||||||
OIDC_USERNAME_CLAIM: email
|
OIDC_USERNAME_CLAIM: preferred_username
|
||||||
PORT: 8080
|
PORT: 8080
|
||||||
REDIS_URL: redis://dragonfly.database.svc.cluster.local.:6379
|
REDIS_URL: redis://dragonfly.database.svc.cluster.local.:6379
|
||||||
SMTP_HOST: smtp-relay.default.svc.cluster.local.
|
SMTP_HOST: smtp-relay.default.svc.cluster.local.
|
||||||
|
Reference in New Issue
Block a user