update auth methode

This commit is contained in:
2026-01-21 23:59:31 +01:00
parent 5e4a7f0dd2
commit 60c92bf6f2

View File

@@ -20,10 +20,17 @@ spec:
config:
# Les credentials OVH sont dans le secret ovh-credentials
# Voir helm/certificates/ops/templates/secret-ovh-credentials.yaml
# Méthode d'authentification OVH (application ou oauth2)
ovhAuthenticationMethod: application
# Endpoint OVH API (ovh-eu, ovh-ca, kimsufi-eu, etc.)
ovhEndpointName: ovh-eu
# Application Key OVH
applicationKey: "1d1a85ccc3a5bcc9"
# Application Secret (référence au secret)
applicationSecretRef:
name: ovh-credentials
key: application-secret
# Consumer Key (référence au secret)
consumerKeyRef:
name: ovh-credentials
key: consumer-key