-
|
I've been looking through the docs, and noted that the AssumeRoleInput includes both a Was thinking with some small changes like this it could complete the integration, but wasn't sure if I was missing something else or if the policies are deliberately omitted for some reason? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I think what we need to do here is directly expose the I created a feature request to track this: awslabs/aws-sdk-rust#509 If you want to try implementing this yourself, I can guide you through the changes that need to be made. |
Beta Was this translation helpful? Give feedback.
I think what we need to do here is directly expose the
AssumeRoleInputas part of theAssumeRoleProviderBuilder. Otherwise, if STS adds new fields to the operation, there will be no way to set those fields without a code change to the provider.I created a feature request to track this: awslabs/aws-sdk-rust#509
If you want to try implementing this yourself, I can guide you through the changes that need to be made.