Skip to content

Commit

Permalink
feat(core): Add a role extra layer constraint into the secrets view t…
Browse files Browse the repository at this point in the history
…ool #25587
  • Loading branch information
jdotcms authored and dsolistorres committed Nov 6, 2023
1 parent f4c2129 commit 80ed3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public char[] getCharArraySystemSecret (final String key,
return config.isPresent()? config.get().getCharArrayOrNull(key, defaultValue) : defaultValue;
}

private static final boolean ENABLE_SCRIPTING = Config.getBooleanProperty("secrets.scripting.enabled", false);
private static final boolean ENABLE_SCRIPTING = Config.getBooleanProperty("secrets.scripting.enabled", true);

/**
* Checks for the existence of the mandatory Scripting Role based on the following criteria:
Expand Down

0 comments on commit 80ed3b5

Please sign in to comment.