mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Ensure that role ARNs don't collide (#13817)
This is to prepare for multiple providers enhancement.
This commit is contained in:
committed by
GitHub
parent
d29df6714a
commit
4f35054d29
@@ -855,7 +855,7 @@ func TestIAMWithOpenIDWithRolePolicyServerSuite(t *testing.T) {
|
||||
}
|
||||
|
||||
const (
|
||||
testRoleARN = "arn:minio:iam:::role/127.0.0.1_minio-cl"
|
||||
testRoleARN = "arn:minio:iam:::role/nOybJqMNzNmroqEKq5D0EUsRZw0"
|
||||
)
|
||||
|
||||
func (s *TestSuiteIAM) TestOpenIDSTSWithRolePolicy(c *check) {
|
||||
|
||||
Reference in New Issue
Block a user