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

Feature: Pass in a pre-configured route53 boto3 client to Route53Dns provider #198

Closed
wants to merge 1 commit into from

Conversation

tkalus
Copy link

@tkalus tkalus commented Jul 26, 2020

What(What have you changed?)

Allowing the caller to pass in a pre-configured route53 boto3 client on the Route53Dns provider

Why(Why did you change it?)

Covers use-cases where the caller:

  • has STS credentials
  • where a AssumeRole is necessary (E.G. Hosted Zone in a different AWS Account).

Closes #197

…provider

Covers cases where the caller:
- has STS credentials
- where a AssumeRole is necessary (E.G. Hosted Zone in a different AWS Account).
@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #198 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage   87.44%   87.48%   +0.04%     
==========================================
  Files          18       18              
  Lines        1131     1135       +4     
==========================================
+ Hits          989      993       +4     
  Misses        142      142              
Impacted Files Coverage Δ
sewer/dns_providers/route53.py 89.65% <100.00%> (+0.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e3515d...2f325c8. Read the comment docs.

mmaney added a commit that referenced this pull request Sep 19, 2020
…provider (#213)

Covers cases where the caller:
- has STS credentials
- where a AssumeRole is necessary (E.G. Hosted Zone in a different AWS Account).

Co-authored-by: Turtle Kalus <[email protected]>
(reconciled from #198 by @mmaney)
@mmaney
Copy link
Collaborator

mmaney commented Sep 19, 2020

Minor adjustment to merge with current HEAD, merged as #213

@mmaney mmaney closed this Sep 19, 2020
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.

Feature: Pass in a pre-configured route53 boto3 client to Route53Dns provider
2 participants