elasticsearch/build-tools
Tim Vernum cb40354d87
Add explicit "roles.yml" support to testclusters (#82137)
Previously, within tests, the file "roles.yml" (that is used to define
security roles in a cluster) would need to be configured using
`extraConfigFile`. This is effective, but means that there can only be
a single source of security roles for the testcluster.

This change introduces an explicit "securityRoles" setting in
testclusters that will concatenate the provided files into a single
"roles.yml" in the config directory. This makes it possible for
testclusters itself to define standard roles as well as having each
test define additional roles it may need.

Relates: #81400
2022-01-05 16:27:32 +11:00
..
reaper Separate minimum compiler and runtime Java version properties (#79108) 2021-10-14 11:09:25 -07:00
src Add explicit "roles.yml" support to testclusters (#82137) 2022-01-05 16:27:32 +11:00
build.gradle Separate minimum compiler and runtime Java version properties (#79108) 2021-10-14 11:09:25 -07:00
settings.gradle Move public build api into included build (#72861) 2021-06-01 11:19:30 +02:00