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 support for configuring the CA bundle used for validating the endpoint certs #99

Merged
merged 11 commits into from
Jul 30, 2020
Prev Previous commit
Next Next commit
Add changelog
ci_complete
tremble committed Jul 30, 2020
commit a472dc56f16cae34bdfbae4306df9e439c2e2344
4 changes: 4 additions & 0 deletions changelogs/fragments/99-awsmodule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
minor_changes:
- 'Add support for `aws_ca_bundle` to boto3 based AWS modules'
- 'Add `aws_security_token`, `aws_endpoint_url` and `endpoint_url` aliases to improve AWS module parameter naming consistency.'
- 'Add support for configuring boto3 profiles using `AWS_PROFILE` and `AWS_DEFAULT_PROFILE`'