elasticsearch/server
Tim Vernum 8b62a55f2f
Watch SSL files instead of directories (#129738)
With the introduction of entitlements (#120243) and exclusive file
access (#123087) it is no longer safe to watch a whole directory.

In a lot of deployments, the parent directory for SSL config files
will be the main config directory, which also contains exclusive files
such as SAML realm metadata or File realm users. Watching that
directory will cause entitlement warnings because it is not
permissible for core/ssl-config to read files that are exclusively
owned by the security module (or other modules)
2025-06-25 18:24:57 +10:00
..
licenses
src Watch SSL files instead of directories (#129738) 2025-06-25 18:24:57 +10:00
build.gradle Generate a test dependencies file to support unit tests in entitlements (#127486) 2025-05-21 16:21:28 -07:00