vault-secret icon indicating copy to clipboard operation
vault-secret copied to clipboard

A Kubernetes controller and tool for creating k8s secret from hashicorp vault

Results 5 vault-secret issues
Sort by recently updated
recently updated
newest added

Hello, The operator does not work with kubernetes 1.24 The error is: `2022-08-30T20:02:58.968Z ERROR controller Reconciler error {"reconcilerGroup": "maupu.org", "reconcilerKind": "VaultSecret", "controller": "vaultsecret", "name": "external-dns", "namespace": "external-dns-system", "error": "No secret...

bug

Add the ability to specify a k8s secret to use to set the vault app role or token auth instead of defining directly in CR. With having the ability to...

enhancement

While preparing to test #37, another problem was discovered. It can be reproduced with both `1.1.2` and `1.2.1`. The scenario is: * the Vault operator runs in `argocd` namespace and...

invalid

Hey Thanks for this tool. We have our keystore and truststore stored in base64 encoded in vault(as this is vault limitation, we can not store a binary file without encoding...

enhancement

This PR fixes #40 without the need to create `kubernetes.io/service-account-token` secrets and link them to SA's. The projected volume mounts also work with earlier versions of Kubernetes. A new image...