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 5c1ba67 commit 03cd3f2Copy full SHA for 03cd3f2
crates/stackable-operator/src/commons/authentication/mod.rs
@@ -79,6 +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](DOCS_BASE_URL_PLACEHOLDER/concepts/authentication#_kerberos).
83
/// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
84
Kerberos(kerberos::AuthenticationProvider),
85
}
0 commit comments