diff --git a/passmower/values.yaml b/passmower/values.yaml index 4c4fd99..07e6cc3 100644 --- a/passmower/values.yaml +++ b/passmower/values.yaml @@ -29,6 +29,17 @@ passmower: email_credentials_secretRef: "email-credentials" # GitHub OAuth client secret name. Secret must contain GH_CLIENT_ID and GH_CLIENT_SECRET github_client_secretRef: "github-client" + # Generic OIDC upstream login providers. Each provider's credentials secret must + # contain _CLIENT_ID and _CLIENT_SECRET. Callback path is + # /interaction/callback/. Provider appears once its secret is present. + oidcProviders: + - key: codeberg + displayName: Codeberg + issuer: https://codeberg.org + # Secret must contain CODEBERG_CLIENT_ID and CODEBERG_CLIENT_SECRET + clientSecretRef: codeberg-client + groupsClaim: groups + icon: '' # Slack API client secret name. Secret must contain SLACK_TOKEN slack_client_secretRef: "slack-client" # Different texts displayed and sent to the user