update auth methode
This commit is contained in:
@@ -20,10 +20,17 @@ spec:
|
|||||||
config:
|
config:
|
||||||
# Les credentials OVH sont dans le secret ovh-credentials
|
# Les credentials OVH sont dans le secret ovh-credentials
|
||||||
# Voir helm/certificates/ops/templates/secret-ovh-credentials.yaml
|
# 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"
|
applicationKey: "1d1a85ccc3a5bcc9"
|
||||||
|
# Application Secret (référence au secret)
|
||||||
applicationSecretRef:
|
applicationSecretRef:
|
||||||
name: ovh-credentials
|
name: ovh-credentials
|
||||||
key: application-secret
|
key: application-secret
|
||||||
|
# Consumer Key (référence au secret)
|
||||||
consumerKeyRef:
|
consumerKeyRef:
|
||||||
name: ovh-credentials
|
name: ovh-credentials
|
||||||
key: consumer-key
|
key: consumer-key
|
||||||
|
|||||||
Reference in New Issue
Block a user