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
Seems like we need volume mount CA certs or provide some in the docker image:
level=info msg="Couldn't get value for aws-ssm/test-secret: RequestError: send request failed\ncaused by: Post https://ssm.us-east-2.amazonaws.com/: x509: failed to load system roots and no roots provided"
The text was updated successfully, but these errors were encountered:
PR #8 adds ca certificates to the aws-ssm docker image.
I'm aware that some people think its bad practice to include CA certs in docker images, but it seems to make sense in this situation, rather than using host volume mounting of /etc/ssl/certs.
Agreed on the volume mounts, though maybe I can add that to the chart later if needed. Merged #8, so we should be good now. Will do some more testing and tag another release later. Thanks!
Moved the apk add into the 2nd stage image, and also added a host_ssl_dir Value to enable mounting the directory from the host (EC2). Both seem to work independent of each other.
Seems like we need volume mount CA certs or provide some in the docker image:
The text was updated successfully, but these errors were encountered: