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 6b3abf9 commit 5c1ba67Copy full SHA for 5c1ba67
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 AuthenticationClass is used when users should authenticate themselves via Kerberos.
+ /// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
83
Kerberos(kerberos::AuthenticationProvider),
84
}
85
0 commit comments