Skip to content

Commit

Permalink
Set default to false
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Dec 14, 2022
1 parent a3b6216 commit 88232b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public IdentityPlugin(final Settings settings, final Path configPath) {
}

private static boolean isEnabled(final Settings settings) {
return settings.getAsBoolean(ConfigConstants.IDENTITY_ENABLED, true);
return settings.getAsBoolean(ConfigConstants.IDENTITY_ENABLED, false);
}

@Override
Expand Down

0 comments on commit 88232b7

Please sign in to comment.