Skip to content

Commit

Permalink
Update crates/stackable-operator/src/commons/authentication/kerberos.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Bernauer <[email protected]>
  • Loading branch information
adwk67 and sbernauer authored Sep 27, 2024
1 parent 58f23cc commit f0c5fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
)]
#[serde(rename_all = "camelCase")]
pub struct AuthenticationProvider {
/// Mandatory secret class used for producing keytabs.
/// Mandatory SecretClass used to obtain keytabs.
#[serde(default)]
pub kerberos_secret_class: String,
}

0 comments on commit f0c5fad

Please sign in to comment.