Skip to content

Commit a65d6ba

Browse files
authored
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.
1 parent 11f5d6a commit a65d6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/auth/idp/oauth2/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type ProviderConfig struct {
3737
Userinfo bool
3838
RedirectCallbackDynamic bool
3939
RedirectCallback string
40+
RoleArn string // can be empty
4041
}
4142

4243
// GetStateKeyFunc - return the key function used to generate the authorization

0 commit comments

Comments
 (0)