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:
committed by
GitHub
parent
11f5d6aa0d
commit
a65d6ba8f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user