Ensure that role ARNs don't collide (#13817)

This is to prepare for multiple providers enhancement.
This commit is contained in:
Aditya Manthramurthy
2021-12-03 13:15:56 -08:00
committed by GitHub
parent d29df6714a
commit 4f35054d29
3 changed files with 20 additions and 8 deletions

View File

@@ -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) {