certmanager v1.21.1
ClusterIssuer.spec.acme.externalAccountBinding.keySecretRef
keySecretRef is a Secret Key Selector referencing a data item in a Kubernetes Secret which holds the symmetric MAC key of the External Account Binding. The `key` is the index string that is paired with the key data in the Secret and should not be confused with the key data itself, or indeed with the External Account Binding keyID above. The secret key stored in the Secret **must** be un-padded, base64 URL encoded data.
| Field / Type | Description |
|---|---|
key | The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. |
name | Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names |