ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
212 stars 37 forks source link

Refactor credentials manager optimizing for credential_process #82

Closed ruimarinho closed 1 year ago

ruimarinho commented 1 year ago

This PR introduces a major shift of gsts as a credential_process provider - so much, in fact, that its internal structure has been completely adapted to behave like one by default. Thank you for the fantastic feedback over the last months!

As part of this refactor, there are a number of breaking changes too.

Breaking Changes

New Features

Improvements

Notable Updates