This commit is contained in:
2024-01-24 16:49:51 +01:00
parent a06c8a4608
commit d4338d1cdb
3 changed files with 50 additions and 37 deletions

View File

@@ -34,6 +34,7 @@ org_role = Viewer
enabled = true
name = vynil
scopes = openid profile email
${var.issuer=="letsencrypt-prod"?"#":""}tls_client_ca = /etc/local-certs/ca.crt
client_id = '${module.oauth2.client_id}'
client_secret = '${module.oauth2.client_secret}'
auth_url = '${module.oauth2.sso_authorize_url}'