Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTPS support #3

Merged
merged 1 commit into from
May 23, 2017
Merged

Add HTTPS support #3

merged 1 commit into from
May 23, 2017

Conversation

jmassara
Copy link
Contributor

Add HTTPS support to ami-query. This adds two new environment variables:
SSL_CERTIFICATE_FILE and SSL_KEY_FILE, which specify the locations of
the cert and key file respectively. If both env vars are defined,
ami-query will listen for TLS connections.

In addition, updated supported regions and added timeouts to the http.Client
to prevent AWS API calls from hanging indefinitely.

Addresses #2.

/cc @bw-intuit

Add HTTPS support to ami-query. This adds two new environment variables:
SSL_CERTIFICATE_FILE and SSL_KEY_FILE, which specify the locations of
the cert and key file respectively. If both env vars are defined,
ami-query will listen for TLS connections.

In addition, updated supported regions and added timeouts to the http.Client
to prevent AWS API calls from hanging indefinitely.
@bw-intuit bw-intuit merged commit 1574ff2 into master May 23, 2017
@bw-intuit bw-intuit deleted the https_support branch May 23, 2017 18:17
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