Add Role ARN as part of OIDC provider (#2382)

RoleARN needs to be used in the STS API call when present. 
Code to use this value needs to be added.
This commit is contained in:
Aditya Manthramurthy
2022-10-14 15:46:25 -07:00
committed by GitHub
parent 11f5d6aa0d
commit a65d6ba8f1

View File

@@ -37,6 +37,7 @@ type ProviderConfig struct {
Userinfo bool
RedirectCallbackDynamic bool
RedirectCallback string
RoleArn string // can be empty
}
// GetStateKeyFunc - return the key function used to generate the authorization