Skip to content

Commit

Permalink
Fix kerberos prop reading
Browse files Browse the repository at this point in the history
  • Loading branch information
pdambrauskas committed Oct 22, 2023
1 parent 40fcf00 commit 1704c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String toString() {
.toString();
}

@Requires(property="kerberos.principal")
@Requires(property="lighter.yarn.kerberos.principal")
@ConfigurationProperties("kerberos")
public static class KerberosProperties {

Expand Down

0 comments on commit 1704c62

Please sign in to comment.