You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/opa-operator/crds/crds.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,15 @@ spec:
68
68
experimentalActiveDirectory:
69
69
description: Backend that fetches user information from Active Directory
70
70
properties:
71
+
additionalGroupAttributeFilters:
72
+
additionalProperties:
73
+
type: string
74
+
default: {}
75
+
description: |-
76
+
Attributes that groups must have to be returned.
77
+
78
+
These fields will be spliced into an LDAP Search Query, so wildcards can be used, but characters with a special meaning in LDAP will need to be escaped.
79
+
type: object
71
80
baseDistinguishedName:
72
81
description: The root Distinguished Name (DN) where users and groups are located.
73
82
type: string
@@ -77,15 +86,6 @@ spec:
77
86
default: {}
78
87
description: Custom attributes, and their LDAP attribute names.
79
88
type: object
80
-
customGroupAttributeFilters:
81
-
additionalProperties:
82
-
type: string
83
-
default: {}
84
-
description: |-
85
-
Attributes that groups must have to be returned.
86
-
87
-
These fields will be spliced into an LDAP Search Query, so wildcards can be used, but characters with a special meaning in LDAP will need to be escaped.
88
-
type: object
89
89
kerberosSecretClassName:
90
90
description: The name of the Kerberos SecretClass.
0 commit comments