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 58f23cc commit f0c5fadCopy full SHA for f0c5fad
crates/stackable-operator/src/commons/authentication/kerberos.rs
@@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
6
)]
7
#[serde(rename_all = "camelCase")]
8
pub struct AuthenticationProvider {
9
- /// Mandatory secret class used for producing keytabs.
+ /// Mandatory SecretClass used to obtain keytabs.
10
#[serde(default)]
11
pub kerberos_secret_class: String,
12
}
0 commit comments