Skip to content

Commit 0feae5e

Browse files
committed
One more
1 parent a6d57e2 commit 0feae5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecuritySettingsSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public static class UnregisteredSecuritySettingsPlugin extends Plugin {
403403
);
404404
public static final Setting<Boolean> CLUSTER_STATE_ROLE_MAPPINGS_ENABLED = Setting.boolSetting(
405405
"xpack.security.authc.cluster_state_role_mappings.enabled",
406-
false,
406+
true,
407407
Setting.Property.NodeScope
408408
);
409409
public static final Setting<Boolean> NATIVE_ROLES_ENABLED = Setting.boolSetting(

0 commit comments

Comments
 (0)