Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix IP filter settings for remote access port with xpack.security #93181

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

ywangd
Copy link
Member

@ywangd ywangd commented Jan 24, 2023

Similar to existing dedicated IP filter settings for transport and http, the IP filter settings for remote access are now prefixed with xpack.security.

Relates: #93126

Similar to existing dedicated IP filter settings for transport and http,
the IP filter settings for remote access are now prefixed with
xpack.security.

Relates: elastic#93126
@ywangd ywangd added >non-issue :Security/Security Security issues without another label v8.7.0 labels Jan 24, 2023
@elasticsearchmachine elasticsearchmachine added the Team:Security Meta label for security team label Jan 24, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

@ywangd
Copy link
Member Author

ywangd commented Jan 24, 2023

After this PR the settings related to remote_cluster are like the follows:

Without Prefix

  • remote_cluster.enabled
  • remote_cluster.port
  • remote_cluster.tcp.keep_alive
  • And other networking related settings

With xpack.security. Prefix

  • xpack.security.remote_cluster.filter.xxx
  • xpack.security.remote_cluster.ssl.xxx

Copy link
Contributor

@jakelandis jakelandis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ywangd ywangd merged commit b8c33ec into elastic:main Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Security/Security Security issues without another label Team:Security Meta label for security team v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants