Grant server read/write permissions on shared data path "path.shared_data".#131680
Grant server read/write permissions on shared data path "path.shared_data".#131680mosche merged 3 commits intoelastic:mainfrom
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
rjernst
left a comment
There was a problem hiding this comment.
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 |
…data". (elastic#131680) Relates to ES-12447 (cherry picked from commit d16eb70)
…data". (elastic#131680) Relates to ES-12447 (cherry picked from commit d16eb70) # Conflicts: # libs/entitlement/src/main/java/org/elasticsearch/entitlement/bootstrap/EntitlementBootstrap.java # server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java # test/framework/src/main/java/org/elasticsearch/entitlement/bootstrap/TestEntitlementBootstrap.java
…data". (elastic#131680) Relates to ES-12447 (cherry picked from commit d16eb70)
…data". (elastic#131680) Relates to ES-12447 (cherry picked from commit d16eb70) # Conflicts: # libs/entitlement/src/main/java/org/elasticsearch/entitlement/bootstrap/EntitlementBootstrap.java # libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/PolicyManagerTests.java # server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java # test/framework/src/main/java/org/elasticsearch/entitlement/bootstrap/TestEntitlementBootstrap.java
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…data". (#131680) (#131849) Relates to ES-12447 (cherry picked from commit d16eb70) # Conflicts: # libs/entitlement/src/main/java/org/elasticsearch/entitlement/bootstrap/EntitlementBootstrap.java # server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java # test/framework/src/main/java/org/elasticsearch/entitlement/bootstrap/TestEntitlementBootstrap.java
…data". (#131680) (#131851) Relates to ES-12447 (cherry picked from commit d16eb70) # Conflicts: # libs/entitlement/src/main/java/org/elasticsearch/entitlement/bootstrap/EntitlementBootstrap.java # libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/PolicyManagerTests.java # server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java # test/framework/src/main/java/org/elasticsearch/entitlement/bootstrap/TestEntitlementBootstrap.java
This fixes incomplete entitlements added in #131680 and is necessary due to the lack of entitlement delegation.
This fixes incomplete entitlements added in elastic#131680 and is necessary due to the lack of entitlement delegation.
This fixes incomplete entitlements added in elastic#131680 and is necessary due to the lack of entitlement delegation.
This fixes incomplete entitlements added in elastic#131680 and is necessary due to the lack of entitlement delegation.
This fixes incomplete entitlements added in elastic#131680 and is necessary due to the lack of entitlement delegation.
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