mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Remove globalOpenIDConfig (#16708)
This commit is contained in:
committed by
GitHub
parent
b49b39e99d
commit
9ed4fc9687
@@ -920,7 +920,7 @@ func getMinioMode() string {
|
||||
}
|
||||
|
||||
func iamPolicyClaimNameOpenID() string {
|
||||
return globalOpenIDConfig.GetIAMPolicyClaimName()
|
||||
return globalIAMSys.OpenIDConfig.GetIAMPolicyClaimName()
|
||||
}
|
||||
|
||||
func iamPolicyClaimNameSA() string {
|
||||
|
||||
Reference in New Issue
Block a user