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