Skip to content

Commit f0c5fad

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

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/kerberos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
66
)]
77
#[serde(rename_all = "camelCase")]
88
pub struct AuthenticationProvider {
9-
/// Mandatory secret class used for producing keytabs.
9+
/// Mandatory SecretClass used to obtain keytabs.
1010
#[serde(default)]
1111
pub kerberos_secret_class: String,
1212
}

0 commit comments

Comments
 (0)