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

PLTCONN-5210 assume external arn role #61

Merged
merged 2 commits into from
Oct 8, 2024
Merged

PLTCONN-5210 assume external arn role #61

merged 2 commits into from
Oct 8, 2024

Conversation

ruifeng-zheng-sp
Copy link
Collaborator

Description

What is the intent of this change and why is it being made?

How Has This Been Tested?

What testing have you done to verify this change?

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

this.secretAccessKey = secretAccessKey;
this.sessionToken = sessionToken;
this.expiration = expiration;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we call these something like AssumeAwsRoleRequest and AssumeAwsRoleResponse? Just to line up all the names.

assumeAwsRole(externalRoleInput: ExternalRoleInput): Promise<CredentialResponse>;
}
export class ExternalRoleInput {
externalArnRole: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we call this roleArn to line up with AssumeRole API call we'll eventually make?

@ruifeng-zheng-sp ruifeng-zheng-sp merged commit cd73253 into main Oct 8, 2024
3 of 4 checks passed
@ruifeng-zheng-sp ruifeng-zheng-sp deleted the rz/dev branch October 8, 2024 19:54
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.

3 participants