diff --git a/services/gitea/deployment.yaml b/services/gitea/deployment.yaml index f5b550e..4568972 100644 --- a/services/gitea/deployment.yaml +++ b/services/gitea/deployment.yaml @@ -64,6 +64,8 @@ spec: --secret "$CLIENT_SECRET" \ --auto-discover-url "$DISCOVERY_URL" \ --scopes "openid profile email" \ + --required-claim-name "" \ + --required-claim-value "" \ --group-claim-name groups \ --admin-group admin \ --skip-local-2fa @@ -76,6 +78,8 @@ spec: --secret "$CLIENT_SECRET" \ --auto-discover-url "$DISCOVERY_URL" \ --scopes "openid profile email" \ + --required-claim-name "" \ + --required-claim-value "" \ --group-claim-name groups \ --admin-group admin \ --skip-local-2fa