You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: