Skip to content

Commit a66445e

Browse files
committed
Add exclusive access files for security module
This commit fills out missing entitlements for the security module. Specifically they are config files which require exclusive access.
1 parent 71f72b9 commit a66445e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

x-pack/plugin/security/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ org.elasticsearch.security:
44
- relative_path: ""
55
relative_to: config
66
mode: read
7+
- relative_path: users
8+
relative_to: config
9+
mode: read
10+
exclusive: true
11+
- relative_path: x-pack/users
12+
relative_to: config
13+
mode: read
14+
exclusive: true
15+
- path_setting: xpack.security.authc.realms.ldap.*.files.role_mapping
16+
basedir_if_relative: config
17+
mode: read
18+
exclusive: true
19+
- path_setting: xpack.security.authc.realms.pki.*.files.role_mapping
20+
basedir_if_relative: config
21+
mode: read
22+
exclusive: true
23+
- path_setting: xpack.security.authc.realms.kerberos.*.keytab.path
24+
basedir_if_relative: config
25+
mode: read
26+
exclusive: true
27+
- path_setting: xpack.security.authc.realms.jwt.*.pkc_jwkset_path
28+
basedir_if_relative: config
29+
mode: read
30+
ignore_url: true
31+
exclusive: true
32+
- path_setting: xpack.security.authc.realms.saml.*.idp.metadata.path
33+
basedir_if_relative: config
34+
mode: read
35+
ignore_url: true
36+
exclusive: true
37+
738
io.netty.transport:
839
- manage_threads
940
- inbound_network

0 commit comments

Comments
 (0)