-
Notifications
You must be signed in to change notification settings - Fork 0
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 role assumption option #263
Conversation
@@ -21,7 +19,7 @@ type AWSClients struct { | |||
|
|||
// NewRoute53Client creates a new Route53 API client for a given session | |||
func NewRoute53Client(session cloud.Session, target runtime.Object) *route53.Route53 { | |||
Route53Client := route53.New(session.Session(), &aws.Config{Credentials: credentials.NewSharedCredentials("", "")}) | |||
Route53Client := route53.New(session.Session(), nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to use the credentials we already created for the session below in NewClusterScope
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a short paragraph in the README on how/why to use it?
Makes sense. I will add a paragraph 👍 |
https://github.com/giantswarm/giantswarm/issues/31705
This PR:
Checklist