Skip to content

Commit 6b3abf9

Browse files
adwk67sbernauer
andauthored
Update crates/stackable-operator/src/commons/authentication/mod.rs
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent f0c5fad commit 6b3abf9

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/commons/authentication

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/commons/authentication/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub enum AuthenticationClassProvider {
7979
/// The TLS AuthenticationClass is used when users should authenticate themselves with a TLS certificate.
8080
Tls(tls::AuthenticationProvider),
8181

82-
/// The Kerberos provider is used for Kerberos authentication and defines the secret used for generating keytabs.
82+
/// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
8383
Kerberos(kerberos::AuthenticationProvider),
8484
}
8585

0 commit comments

Comments
 (0)