From 9c641cba5530aab9363e2ea07e3641fe896bfa31 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Sat, 21 Sep 2024 03:29:58 +1000 Subject: [PATCH] [8.x] Adding Security team privileges to the FIPS pipeline (#192872) (#193607) # Backport This will backport the following commits from `main` to `8.x`: - [Adding Security team privileges to the FIPS pipeline (#192872)](https://github.com/elastic/kibana/pull/192872) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Kurt --- .buildkite/pipeline-resource-definitions/kibana-fips-daily.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline-resource-definitions/kibana-fips-daily.yml b/.buildkite/pipeline-resource-definitions/kibana-fips-daily.yml index 5a89b3bfb4f3a..b64521858c1f6 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-fips-daily.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-fips-daily.yml @@ -34,5 +34,7 @@ spec: teams: kibana-operations: access_level: MANAGE_BUILD_AND_READ + kibana-security: + access_level: MANAGE_BUILD_AND_READ everyone: access_level: READ_ONLY