Skip to content

Commit 03cd3f2

Browse files
committed
added docs link
1 parent 5c1ba67 commit 03cd3f2

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +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](DOCS_BASE_URL_PLACEHOLDER/concepts/authentication#_kerberos).
8283
/// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
8384
Kerberos(kerberos::AuthenticationProvider),
8485
}

0 commit comments

Comments
 (0)