mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 06:31:47 +00:00
RBAC rules for activedirectoryidentityprovider
This commit is contained in:
@@ -184,6 +184,20 @@ func TestGetAPIResourceList(t *testing.T) {
|
||||
Kind: "LDAPIdentityProvider",
|
||||
Verbs: []string{"get", "patch", "update"},
|
||||
},
|
||||
{
|
||||
Name: "activedirectoryidentityproviders",
|
||||
SingularName: "activedirectoryidentityprovider",
|
||||
Namespaced: true,
|
||||
Kind: "ActiveDirectoryIdentityProvider",
|
||||
Verbs: []string{"delete", "deletecollection", "get", "list", "patch", "create", "update", "watch"},
|
||||
Categories: []string{"pinniped", "pinniped-idp", "pinniped-idps"},
|
||||
},
|
||||
{
|
||||
Name: "activedirectoryidentityproviders/status",
|
||||
Namespaced: true,
|
||||
Kind: "ActiveDirectoryIdentityProvider",
|
||||
Verbs: []string{"get", "patch", "update"},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user