You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws: Implementation of IAM Roles anywhere support in aws request signing - part 3 (#39521)
Commit Message: aws: Implementation of IAM Roles anywhere support in aws
request signing - part 3
Additional Description:
Part 3 of 3 patches to implement IAM Roles anywhere capability.
Integrates the previously added components with the credential chain and
unhides the IAM Roles Anywhere credential provider definition in the
API.
Also reverts the coverage limit created in
envoyproxy/envoy#39138 back to default coverage
requirements.
Design brief: envoyproxy/envoy#37440
Part 2 of this patch: envoyproxy/envoy#39025
(https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html)
Risk Level: Low - extension only changes
Testing: Unit
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]
---------
Signed-off-by: Nigel Brittain <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ 1ed3da6fe3c72d15008d8abb110573db3b3e5091
// The option to use credentials sourced from standard 'AWS configuration files <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>'_.
// Configuration to use `IAM Roles Anywhere <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html>`_
101
100
// to retrieve AWS credentials.
102
101
// [#next-free-field: 9]
103
-
// [#not-implemented-hide:]
104
102
messageIAMRolesAnywhereCredentialProvider {
105
103
// The ARN of the role to assume via the IAM Roles Anywhere sessions API. See `Configure Roles <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/getting-started.html#getting-started-step2>`_ for more details.
0 commit comments