File tree Expand file tree Collapse file tree 4 files changed +6
-29
lines changed
repository-gcs/src/main/plugin-metadata
repository-s3/src/main/plugin-metadata
plugins/discovery-gce/src/main/plugin-metadata Expand file tree Collapse file tree 4 files changed +6
-29
lines changed Original file line number Diff line number Diff line change 11ALL-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"
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff line change 11ALL-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"
You can’t perform that action at this time.
0 commit comments