This repository has been archived by the owner on May 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make GetRoleARN support GovCloud (#220)
GovCloud support was added in #197 / b4e7839 and #204 / 9787f11. Taking the role as an env var was added in #208 / 396d453, which added GetRoleARN which ignored region and, thus, broke GovCloud. Both of these were released as v0.23.0, so no version of aws-okta supported GovCloud. Separately, GetRoleARN was split into a lib function and a Provider function in #218 / e13ae0f, which left behind a code duplication TODO and an unused Provider function. This adds Provider.GetRoleARNWithRegion.
- Loading branch information
1 parent
00cceb3
commit 02acf14
Showing
3 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters