Skip to content

Commit d39e23e

Browse files
committed
something fishy going on with case sensitifity in dynamic roles
1 parent a6d9d70 commit d39e23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_dynamicroles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self):
7373
"listApis": "allow",
7474
"listAccounts": "allow",
7575
"listClusters": "deny",
76-
"*VMwareDC*": "allow",
76+
"*VmwareDc*": "allow",
7777
"*VM*": "allow",
7878
"*Host*": "deny"
7979
}

0 commit comments

Comments
 (0)