Merge pull request #3148 from RolandMa1986/feat-userapi

add group filter for user api
This commit is contained in:
KubeSphere CI Bot
2020-12-01 11:09:40 +08:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ const (
IdentifyProviderLabel = "iam.kubesphere.io/identify-provider"
PasswordEncryptedAnnotation = "iam.kubesphere.io/password-encrypted"
FieldEmail = "email"
InGroup = "ingroup"
NotInGroup = "notingroup"
AggregateTo = "aggregateTo"
ScopeWorkspace = "workspace"
ScopeCluster = "cluster"