Skip to content

Draft: Added doc on how to use OIDC without the AWS cli

What does this MR do and why?

After evaluating to use OIDC in our scenarios we realized that we would require to install the AWS cli in cases where it was not required before.

e.g.

  • pure javascript
  • pure golang
  • ...

With a few investigations turns out that the SDKs rely on these environment variables to handle the assumed process and that would be enough to them. So I was looking to share some documentation to help the other on such a solution and simplify it a bit since it doesn't require the awscli and it won't need to handle session timeout.

The description in the doc might not be the best, so I'm super open for suggestions ;-)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports