We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df5551 commit 7cbaf0aCopy full SHA for 7cbaf0a
rules/utils.go
@@ -372,5 +372,7 @@ func isValidIAMMemberFormat(s string) bool {
372
strings.HasPrefix(s, "user:") ||
373
strings.HasPrefix(s, "serviceAccount:") ||
374
strings.HasPrefix(s, "group:") ||
375
- strings.HasPrefix(s, "domain:")
+ strings.HasPrefix(s, "domain:") ||
376
+ strings.HasPrefix(s, "principalSet://") ||
377
+ strings.HasPrefix(s, "principal://")
378
}
0 commit comments