We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d57e2 commit 0feae5eCopy full SHA for 0feae5e
x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecuritySettingsSource.java
@@ -403,7 +403,7 @@ public static class UnregisteredSecuritySettingsPlugin extends Plugin {
403
);
404
public static final Setting<Boolean> CLUSTER_STATE_ROLE_MAPPINGS_ENABLED = Setting.boolSetting(
405
"xpack.security.authc.cluster_state_role_mappings.enabled",
406
- false,
+ true,
407
Setting.Property.NodeScope
408
409
public static final Setting<Boolean> NATIVE_ROLES_ENABLED = Setting.boolSetting(
0 commit comments