Search code examples
kuberneteskubernetes-secrets

Is it possible to find out what user uploaded a kubernetes secret?


Is it possible to find out what user uploaded a particular Kubernetes secret? I can describe the secret to see what files exist in it, and I see the age with get secrets, but I don't know who put it there.

We just want to know who to ask if it's safe to delete a particular secret.


Solution

  • Only if you have auditing enabled.