Skip to content

Commit 50cfebc

Browse files
authored
(DOCSP-27989): Add 'none' option to transportSecurity field (#1223)
* Add 'none' option to field * tech review
1 parent 1cf4ea3 commit 50cfebc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

source/includes/options-k8s-shared.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,15 @@ description: |
10081008
10091009
Specifies whether the |ldap| server accepts |tls|.
10101010
1011-
If the |ldap| server accepts |tls|, set to ``tls``. If the |ldap|
1012-
server doesn't accept |tls|, leave this value blank.
1011+
If the |ldap| server accepts |tls|, set the value to ``tls``. If
1012+
the |ldap| server doesn't accept |tls|, leave this value blank or set
1013+
the value to ``none``.
1014+
1015+
.. note::
1016+
1017+
If you specify a string other than ``none`` or ``tls``,
1018+
|k8s-op-short| still sets the setting to ``tls``.
1019+
10131020
---
10141021
program: _shared
10151022
name: spec.security.authentication.ldap.caConfigMapRef

0 commit comments

Comments
 (0)