cert-manager/internal/apis/certmanager/v1beta1
Nils Mueller 00a20097b6 Add option to load Vault CA bundle from Kubernetes Secret
Vault distributions like "Bank Vaults" automatically configure
and provision Vault and provide the CA bundle via a Kubernetes
Secret. Having to hard-code the bundle in the Issuer instead
of dynamically referencing it through the Secret requires
a manual second step when using a GitOps workflow.

Signed-off-by: Nils Mueller <nm@impactful.it>
2022-08-15 03:10:51 +03:00
..
const.go Move deprecated type definitions to the internal package 2021-12-16 11:11:04 +00:00
defaults.go
doc.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
register.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
types_certificate.go Feature gated support for using literal subjects in Certificates 2022-06-08 20:50:00 +02:00
types_certificaterequest.go Adds list type map to CR Conditions field 2022-02-11 16:21:19 +00:00
types_issuer.go Add option to load Vault CA bundle from Kubernetes Secret 2022-08-15 03:10:51 +03:00
types.go apply go fmt for go1.19 2022-08-04 09:51:57 +00:00
zz_generated.conversion.go Add option to load Vault CA bundle from Kubernetes Secret 2022-08-15 03:10:51 +03:00
zz_generated.deepcopy.go Add option to load Vault CA bundle from Kubernetes Secret 2022-08-15 03:10:51 +03:00
zz_generated.defaults.go