Skip to content

Commit 2e9f994

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ use serde::{Deserialize, Serialize};
77
#[serde(rename_all = "camelCase")]
88
pub struct AuthenticationProvider {
99
/// Mandatory SecretClass used to obtain keytabs.
10-
#[serde(default)]
1110
pub kerberos_secret_class: String,
1211
}

0 commit comments

Comments
 (0)