We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c5fad commit 6b3abf9Copy full SHA for 6b3abf9
crates/stackable-operator/src/commons/authentication/mod.rs
@@ -79,7 +79,7 @@ pub enum AuthenticationClassProvider {
79
/// The TLS AuthenticationClass is used when users should authenticate themselves with a TLS certificate.
80
Tls(tls::AuthenticationProvider),
81
82
- /// The Kerberos provider is used for Kerberos authentication and defines the secret used for generating keytabs.
+ /// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
83
Kerberos(kerberos::AuthenticationProvider),
84
}
85
0 commit comments