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
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Vault Sidecar Injector currently injects 2 sidecars:
Vault Agent to authenticate against Vault server, get and renew Vault token
Consul Template to fetch secrets from Vault server using issued token
Vault 1.3 will come with a new "Vault Agent Template" feature that will combine what is achieved by those sidecars. By moving to this new Vault release we will reduce the footprint (only one sidecar injected), end up with a simpler configuration/chart and may expect faster startup time (to be tested).
Vault Sidecar Injector currently injects 2 sidecars:
Vault 1.3 will come with a new "Vault Agent Template" feature that will combine what is achieved by those sidecars. By moving to this new Vault release we will reduce the footprint (only one sidecar injected), end up with a simpler configuration/chart and may expect faster startup time (to be tested).
Link to Vault Agent Template pull request: hashicorp/vault#7652
The text was updated successfully, but these errors were encountered: