Skip to content

Commit 016cc5c

Browse files
committed
Update kerberos docs for the new multi-backend format (#261)
# Description This was changed in #257, but we forgot to update the docs then.
1 parent ca24b32 commit 016cc5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/secret-operator/pages/secretclass.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ spec:
7878
kerberosKeytab:
7979
realmName: CLUSTER.LOCAL
8080
kdc: krb5-kdc
81-
adminServer: krb5-kdc
81+
admin:
82+
mit:
83+
kadminServer: krb5-kdc
8284
adminKeytabSecret:
8385
namespace: default
8486
name: secret-provisioner-keytab
@@ -88,7 +90,7 @@ spec:
8890
`kerberosKeytab`:: Declares that the `kerberosKeytab` backend is used.
8991
`kerberosKeytab.realmName`:: The name of the Kerberos realm. This should be provided by the Kerberos administrator.
9092
`kerberosKeytab.kdc`:: The hostname of the Kerberos Key Distribution Center (KDC). This should be provided by the Kerberos administrator.
91-
`kerberosKeytab.adminServer`:: The hostname of the Kerberos Admin Server. This should be provided by the Kerberos administrator.
93+
`kerberosKeytab.admin.mit.kadminServer`:: The hostname of the Kerberos Admin Server. This should be provided by the Kerberos administrator.
9294
`kerberosKeytab.adminKeytabSecret`:: Reference (`name` and `namespace`) to a K8s `Secret` object where a keytab with administrative privileges is stored in the key `keytab`.
9395
`kerberosKeytab.adminPrincipal`:: The name of the Kerberos principal to be used by the Secret Operator. This should be provided by the Kerberos administrator. The credentials for this principal must be stored in the keytab (`adminKeytabSecret`).
9496

0 commit comments

Comments
 (0)