Skip to content

Commit 8416d90

Browse files
authored
Merge branch 'main' into entitlements/test-always-allowed-actions-2
2 parents 3bac7e7 + 9960863 commit 8416d90

File tree

4 files changed

+6
-29
lines changed

4 files changed

+6
-29
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
ALL-UNNAMED:
22
- set_https_connection_properties # required by google-http-client
33
- outbound_network
4-
- files:
5-
- relative_path: ".config/gcloud"
6-
relative_to: "home"
7-
mode: "read"
8-
platform: "linux"
9-
- relative_path: ".config/gcloud"
10-
relative_to: "home"
11-
mode: "read"
12-
platform: "macos"
13-
- relative_path: "AppData\\Roaming\\gcloud"
14-
relative_to: "home"
15-
mode: "read"
16-
platform: "windows"

modules/repository-s3/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ ALL-UNNAMED:
55
- relative_path: "repository-s3/aws-web-identity-token-file"
66
relative_to: "config"
77
mode: "read"
8-
- relative_path: ".aws/"
9-
relative_to: "home"
10-
mode: "read"
118
# The security policy permission states this is "only for tests": org.elasticsearch.repositories.s3.S3RepositoryPlugin
129
# TODO: check this is actually needed, and if we can isolate it to a test-only policy
1310
- write_system_properties:

muted-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,12 @@ tests:
363363
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
364364
method: testFilesEntitlementsWithExclusive
365365
issue: https://github.com/elastic/elasticsearch/issues/124420
366+
- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
367+
method: testDuplicateExclusivePaths
368+
issue: https://github.com/elastic/elasticsearch/issues/124437
369+
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
370+
method: testWatcherWithApiKey {cluster=UPGRADED}
371+
issue: https://github.com/elastic/elasticsearch/issues/124159
366372

367373
# Examples:
368374
#
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
ALL-UNNAMED:
22
- set_https_connection_properties # required by google-http-client
33
- outbound_network
4-
- files:
5-
- relative_path: ".config/gcloud"
6-
relative_to: "home"
7-
mode: "read"
8-
platform: "linux"
9-
- relative_path: ".config/gcloud"
10-
relative_to: "home"
11-
mode: "read"
12-
platform: "macos"
13-
- relative_path: "AppData\\Roaming\\gcloud"
14-
relative_to: "home"
15-
mode: "read"
16-
platform: "windows"

0 commit comments

Comments
 (0)