infra/headlamp/tests/test_cases/azure-oidc-with-validators.yaml
2026-03-15 11:33:22 +02:00

13 lines
460 B
YAML

# Test case: Azure OIDC provider WITH validator variables
# Should include validator arguments in the deployment
config:
oidc:
secret:
create: false
clientID: "azure-client-id"
clientSecret: "azure-client-secret"
issuerURL: "https://login.microsoftonline.com/tenant-id/v2.0"
scopes: "openid email profile"
validatorClientID: "azure-validator-client-id"
validatorIssuerURL: "https://login.microsoftonline.com/tenant-id/v2.0"