Skip to content

Commit 5da5451

Browse files
committed
Fix changelog and geoip policy
1 parent 2f38342 commit 5da5451

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/changelog/126852.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 126852
2-
summary: "[Entitlements] Validation checks on paths"
3-
area: Infra/Entitlements
2+
summary: "Validation checks on paths allowed for 'files' entitlements. Restrict the paths we allow access to, forbidding plugins to specify/request entitlements for reading or writing to specific protected directories."
3+
area: Infra/Core
44
type: enhancement
55
issues: []

modules/ingest-geoip/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ org.elasticsearch.ingest.geoip:
66
mode: read
77
com.maxmind.db:
88
- files:
9-
- relative_path: "ingest-geoip/"
10-
relative_to: "config"
11-
mode: "read_write"
9+
- relative_path: "ingest-geoip"
10+
relative_to: config
11+
mode: read

0 commit comments

Comments
 (0)