Skip to content

Commit

Permalink
[Backport 2.x] Remove deprecation comment for protected indices setti…
Browse files Browse the repository at this point in the history
…ngs (#5059)

Signed-off-by: shikharj05 <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent aa0eff4 commit 09834c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ public enum RolesMappingResolution {
public static final String SECURITY_UNSUPPORTED_LOAD_STATIC_RESOURCES = "plugins.security.unsupported.load_static_resources";
public static final String SECURITY_UNSUPPORTED_ACCEPT_INVALID_CONFIG = "plugins.security.unsupported.accept_invalid_config";

// Protected indices settings. Marked for deprecation, after all config indices move to System indices.
public static final String SECURITY_PROTECTED_INDICES_ENABLED_KEY = "plugins.security.protected_indices.enabled";
public static final Boolean SECURITY_PROTECTED_INDICES_ENABLED_DEFAULT = false;
public static final String SECURITY_PROTECTED_INDICES_KEY = "plugins.security.protected_indices.indices";
Expand Down

0 comments on commit 09834c6

Please sign in to comment.