-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Grant server read/write permissions on shared data path "path.shared_data". #131680
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
Conversation
…data". Relates to ES-12447
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Hi @mosche, I've created a changelog YAML for you. |
ef543ec
to
b681afe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also check there is a qa test that actually uses shared data, so that we are sure the permission granted to server is sufficient?
There's lots of |
A rest test (java or yaml, doesn't matter) would be good as that is more realistic than an internalClusterTest. But if there are some tests already it doesn't need to block this PR, adding additional testing could be a followup. |
💔 Backport failed
You can use sqren/backport to manually backport by running |
Grant server read/write permissions on missing shared data path "path.shared_data".
This setting is deprecated, but possibly still used. This surfaced when enabling entitlements in
internalClusterTest
.Relates to ES-12447