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

Using projected volume mount to read SA token

Open sadovnikov opened this issue 2 years ago • 0 comments

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 was built with docker build . -t xxxxxxx/vault-secret:0.0.1-fix02 and tested with k8s 1.24 and 1.23

sadovnikov avatar Feb 21 '23 11:02 sadovnikov