common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
1.01k stars 93 forks source link

MFA prompts improvements #474

Closed Eddie023 closed 11 months ago

Eddie023 commented 11 months ago

What changed?

  1. Refactor and merge IAM_MFA_ASSUMER and IAM_ASSUMER as per https://github.com/common-fate/granted/pull/429#issuecomment-1591577843
  2. Add caching mechanism for IAM_Assumer so that MFA prompt isn't required to add for a valid credential. Solves https://github.com/common-fate/granted/issues/371
  3. Solves: https://github.com/common-fate/granted/issues/405
  4. Solves: https://github.com/common-fate/granted/issues/381

Why?

How did you test it?

Potential risks

Is patch release candidate?

Link to relevant docs PRs