Create a git for the storage of public keys and certificates

StarlingX needs a centralized place to store it's
public keys and certificates, rather than having them
sattered throughout the source code.

Story: 2009221
Task: 47097

Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: Ia64a1224b97caa52ee94e072016ae4cde6c7f601
This commit is contained in:
Scott Little 2023-02-06 09:59:39 -05:00
parent ed6db55bfc
commit f30f6c536f
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,18 @@
[access "refs/for/refs/*"]
pushMerge = group starlingx-release
[access "refs/heads/*"]
abandon = group starlingx-public-keys-core
create = group starlingx-release
label-Code-Review = -2..+2 group starlingx-public-keys-core
label-Workflow = -1..+1 group starlingx-public-keys-core
[access "refs/tags/*"]
createSignedTag = group starlingx-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = True

View File

@ -6435,6 +6435,11 @@
use-storyboard: true
groups:
- starlingx
- project: starlingx/public-keys
description: StarlingX Public Keys and Certs
use-storyboard: true
groups:
- starlingx
- project: starlingx/rook-ceph
description: StarlingX Rook Storage Application
use-storyboard: true

View File

@ -1042,6 +1042,7 @@
- starlingx/platform-armada-app
- starlingx/portieris-armada-app
- starlingx/ptp-notification-armada-app
- starlingx/public-keys
- starlingx/rook-ceph
- starlingx/root
- starlingx/SDO-rv-service