infra/charts/headlamp/tests/test_cases/non-azure-oidc.yaml
2026-03-15 11:34:51 +02:00

11 lines
330 B
YAML

# Test case: Non-Azure OIDC provider without validator variables
# This should NOT include validator arguments in the deployment
config:
oidc:
secret:
create: false
clientID: "generic-oidc-client"
clientSecret: "generic-oidc-secret"
issuerURL: "https://auth.example.com"
scopes: "openid email profile"