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 manuelrojas committed Oct 19, 2023
1 parent e88af1f commit 0323269
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 0323269

Please sign in to comment.