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
Is your feature request related to a problem? Please describe.
We recently upgraded from the hashicorp/vault-enterprise:1.15.6 docker image to hashicorp/vault-enterprise:1.17.6 and along with the upgrade to Alpine 3.20, it looks like the ca-certificates package is no longer installed.
We call update-ca-certificates as an extra init container in our Helm chart to load internal CA certs into the trusted CA bundle for the main application container as a shared volume mount
Describe the solution you'd like
Install the ca-certificates package as part of the vault image.
Describe alternatives you've considered
We reverted back to the 1.15.6 image as the source init container for building the trusted cert bundle for now, but it would be nice to keep the init container we use to build the trusted cert bundle the same version as the main application container
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We recently upgraded from the
hashicorp/vault-enterprise:1.15.6
docker image tohashicorp/vault-enterprise:1.17.6
and along with the upgrade to Alpine 3.20, it looks like theca-certificates
package is no longer installed.We call
update-ca-certificates
as an extra init container in our Helm chart to load internal CA certs into the trusted CA bundle for the main application container as a shared volume mountDescribe the solution you'd like
Install the
ca-certificates
package as part of the vault image.Describe alternatives you've considered
We reverted back to the 1.15.6 image as the source init container for building the trusted cert bundle for now, but it would be nice to keep the init container we use to build the trusted cert bundle the same version as the main application container
The text was updated successfully, but these errors were encountered: