mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 13:07:14 +00:00
Only run group refresh when the skipGroupRefresh boolean isn't set
for AD and LDAP
This commit is contained in:
@@ -119,6 +119,14 @@ spec:
|
||||
search can be slow for some Active Directory servers. To disable
|
||||
it, you can set the filter to "(&(objectClass=group)(member={})"
|
||||
type: string
|
||||
skipGroupRefresh:
|
||||
description: SkipGroupRefresh skips the group refresh operation
|
||||
that occurs with each refresh (every 5 minutes). This can be
|
||||
done if group search is very slow or resource intensive for
|
||||
the AD server.
|
||||
type: boolean
|
||||
required:
|
||||
- skipGroupRefresh
|
||||
type: object
|
||||
host:
|
||||
description: 'Host is the hostname of this Active Directory identity
|
||||
|
||||
@@ -111,6 +111,14 @@ spec:
|
||||
an entry, so "dn={}" cannot be used. Optional. When not specified,
|
||||
the default will act as if the Filter were specified as "member={}".
|
||||
type: string
|
||||
skipGroupRefresh:
|
||||
description: SkipGroupRefresh skips the group refresh operation
|
||||
that occurs with each refresh (every 5 minutes). This can be
|
||||
done if group search is very slow or resource intensive for
|
||||
the LDAP server.
|
||||
type: boolean
|
||||
required:
|
||||
- skipGroupRefresh
|
||||
type: object
|
||||
host:
|
||||
description: 'Host is the hostname of this LDAP identity provider,
|
||||
|
||||
Reference in New Issue
Block a user