uswitch / vault-creds

Sidecar container for requesting dynamic Vault database secrets
Apache License 2.0
84 stars 14 forks source link

Docker image: ca certs #16

Closed aaron-trout closed 7 months ago

aaron-trout commented 5 years ago

Would be convenient to have a default CA file in the container. Perhaps use alpine base and do apk add --no-cache ca-certificates?

camaeel commented 7 months ago

@aaron-trout seems to be implemented: https://github.com/uswitch/vault-creds/blob/master/Dockerfile#L9

aaron-trout commented 7 months ago

Fixed by #35

Closing