Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use service account token volume projections #2

Open
fischerman opened this issue Jul 15, 2020 · 1 comment
Open

Use service account token volume projections #2

fischerman opened this issue Jul 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fischerman
Copy link
Contributor

Projections can be used to create dedicated tokens (for example for Vault). This way, access to the database credentials can be limited to the sidecar. This reduces the attack surface in case the main container is compromised. We need to make the token location configurable to enable this.

Reference: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection

@fischerman
Copy link
Contributor Author

#3 allows us to configure the token path. This issue just needs some documentation and testing.

@fischerman fischerman added the enhancement New feature or request label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant