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: docs/modules/secret-operator/pages/secretclass.adoc
+4-2
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,9 @@ spec:
78
78
kerberosKeytab:
79
79
realmName: CLUSTER.LOCAL
80
80
kdc: krb5-kdc
81
-
adminServer: krb5-kdc
81
+
admin:
82
+
mit:
83
+
kadminServer: krb5-kdc
82
84
adminKeytabSecret:
83
85
namespace: default
84
86
name: secret-provisioner-keytab
@@ -88,7 +90,7 @@ spec:
88
90
`kerberosKeytab`:: Declares that the `kerberosKeytab` backend is used.
89
91
`kerberosKeytab.realmName`:: The name of the Kerberos realm. This should be provided by the Kerberos administrator.
90
92
`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.
92
94
`kerberosKeytab.adminKeytabSecret`:: Reference (`name` and `namespace`) to a K8s `Secret` object where a keytab with administrative privileges is stored in the key `keytab`.
93
95
`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`).
0 commit comments