Skip to content

Commit

Permalink
[8.x] Adding Security team privileges to the FIPS pipeline (#192872) (#…
Browse files Browse the repository at this point in the history
…193607)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Adding Security team privileges to the FIPS pipeline
(#192872)](#192872)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-13T15:40:00Z","message":"Adding
Security team privileges to the FIPS pipeline (#192872)\n\n##
Summary\r\n\r\nAs part of the handoff of FIPS pipeline to the Security
team, we should\r\nhave management access to re-run the buildkite
pipeline","sha":"c980edd6af65fbe31f0fe9d2160fbbe0dc18f1e6","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"Adding
Security team privileges to the FIPS
pipeline","number":192872,"url":"https://github.com/elastic/kibana/pull/192872","mergeCommit":{"message":"Adding
Security team privileges to the FIPS pipeline (#192872)\n\n##
Summary\r\n\r\nAs part of the handoff of FIPS pipeline to the Security
team, we should\r\nhave management access to re-run the buildkite
pipeline","sha":"c980edd6af65fbe31f0fe9d2160fbbe0dc18f1e6"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192872","number":192872,"mergeCommit":{"message":"Adding
Security team privileges to the FIPS pipeline (#192872)\n\n##
Summary\r\n\r\nAs part of the handoff of FIPS pipeline to the Security
team, we should\r\nhave management access to re-run the buildkite
pipeline","sha":"c980edd6af65fbe31f0fe9d2160fbbe0dc18f1e6"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Kurt <[email protected]>
  • Loading branch information
kibanamachine and kc13greiner authored Sep 20, 2024
1 parent 2eb93ce commit 9c641cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c641cb

Please sign in to comment.