Skip to content

Commit

Permalink
#499: Added missing config properties to Spring Boot property discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Apr 5, 2024
1 parent 993c607 commit 80aa86f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,11 @@ public static class Signing {
private String privateKeyFileOrData;
private String selector;
private String signingDomain;
private String useLengthParam;
private String excludedHeadersFromDefaultSigningList;
private String headerCanonicalization;
private String bodyCanonicalization;
private String algorithm;
}
}

Expand Down

0 comments on commit 80aa86f

Please sign in to comment.