DaspawnW/vault-crd

[Question] Does creating K8s secrets store them in ETCD

Closed this issue · 1 comments

Hello!

I skimmed through the documentation and got that this project creates Kubernetes Secrets from Vault secrets.
Yet, I have not found out if the Kubernetes Secrets created through this process are stored in ETCD or there is some special handling for them.

Hi @operatorequals,

Vault-CRD is an operator that acts on the api server. It depends at the end on your api server how it is configured if it will encrypt secrets at rest.