Skip to content

Commit

Permalink
Dont break everything
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Oct 30, 2023
1 parent 75cbbf1 commit 7ca48d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ private static Map<String, String> realmSettings(LocalClusterSpec.LocalNodeSpec
settings.put("xpack.security.authc.realms.jwt.jwt1.required_claims.token_use", "id");
settings.put("xpack.security.authc.realms.jwt.jwt1.required_claims.version", "2.0");
settings.put("xpack.security.authc.realms.jwt.jwt1.client_authentication.type", "NONE");
settings.put("xpack.security.authc.realms.jwt.jwt1.files.role_mapping", "role_mapping.yml");
// Use default value (RS256) for signature algorithm
settings.put("xpack.security.authc.realms.jwt.jwt1.pkc_jwkset_path", "rsa.jwkset");

Expand Down

0 comments on commit 7ca48d1

Please sign in to comment.