Skip to content

Conversation

@Issacwww
Copy link
Contributor

Issue #, if available:

Description of changes:
run into failed to verify certificate: x509: certificate signed by unknown authority when create CFN infra, due to the certs is not correctly configured. add this option to provide certs.

leave certs.pem as empty placeholder for internal codecommit to build image

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment on lines +59 to +60
RUN mkdir -p /etc/ssl/certs/
COPY certs.pem /etc/ssl/certs/certs.pem
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should either use an ARG for this or just mount the certs in with a volume at runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants