baarde / cert-manager-webhook-ovh

OVH Webhook for Cert Manager
Apache License 2.0
93 stars 64 forks source link

consumerKey not to be disclosed #21

Closed ArturZurawski closed 2 years ago

ArturZurawski commented 2 years ago

consumerKey is advised by OVH not to be disclosed. Is it safe to store it in plaintext?

a secret “consumer key“, not to be disclosed, called CK. For example: https://support.us.ovhcloud.com/hc/en-us/articles/360018130839-First-Steps-with-the-OVHcloud-API

Maybe it could be referenced as same as applicationKey?

aureq commented 2 years ago

This issue has been solved where applicaiotnKey, applicationSecret and consumerKey are stored in a secret.

Head to https://github.com/aureq/cert-manager-webhook-ovh for more details.