saml2aws
saml2aws copied to clipboard
AWS partitions support for `saml2aws console`
Fixes #533.
Adds support for saml2aws console
to use region=
in config file
as a hint for which partition to open the console in.
I am a little concerned about littering the codebase with special cases for GovCloud and AWS China. But, I don't have the experience with the codebase (or golang itself tbh) to attempt a more comprehensive refactor.
Okta provider already has special cases https://github.com/Versent/saml2aws/blob/1c3449a189500cee2a110d208fc5c76afa324bb2/pkg/provider/okta/okta.go#L652-L654
I don't mind rebasing this against current main, but I no longer have access to test in GovCloud. The underlying issue #533 has not seen a lot of support for this problem, so maybe it's not worth it? Maybe one of the other interested folks in that issue can help with testing?
I don't mind rebasing this against current main, but I no longer have access to test in GovCloud. The underlying issue #533 has not seen a lot of support for this problem, so maybe it's not worth it? Maybe one of the other interested folks in that issue can help with testing?
Thanks for the response! Let us start by rebasing it to main.
@duckfez Any traction on this?