Commit 9730bd6
Explain the openldap-tls SecretClass in the LDAP tutorial (#861)
* Explain the openldap-tls SecretClass in the LDAP tutorial
The AuthenticationClass references an openldap-tls SecretClass for TLS
server verification that the tutorial-openldap stack creates silently.
Explain what it is and link to the TLS server verification concepts page
so readers know how to create one for a real LDAP server.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Clarify the openldap-tls SecretClass uses autoTls vs k8sSearch for real servers
The tutorial-openldap stack creates openldap-tls as an autoTls/autoGenerate
SecretClass: the Secret Operator owns the CA and uses it both to issue
OpenLDAP's server cert and to verify it. Contrast this with a real LDAP
server, where you only have the server's CA cert and use the k8sSearch
backend instead.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Add trailing newline to ldap-authenticationclass.yaml
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent e77c74c commit 9730bd6
2 files changed
Lines changed: 12 additions & 1 deletion
File tree
- modules/tutorials
- examples/ldap-auth
- pages
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
127 | 138 | | |
128 | 139 | | |
129 | 140 | | |
| |||
0 commit comments