forked from NVIDIA/aicr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallowlist.yaml
More file actions
86 lines (82 loc) · 4.38 KB
/
Copy pathallowlist.yaml
File metadata and controls
86 lines (82 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Maintained signer allowlist for recipe-evidence corroboration.
#
# This file is the trust root for the interim evidence-corroboration
# dashboard (epic #1400, contract #1347). It pins, per class, the signers
# that may contribute corroborating evidence:
#
# - first-party : the AICR project's own GitHub Actions CI.
# - community : individual external contributors.
# - partner : vetted partner organizations.
#
# GP2's verify step and GP4's consensus model classify a verified signer
# against this file and weight its corroboration accordingly. A verified
# signer that is NOT listed here is admitted as "reported" only — it never
# counts toward corroboration.
#
# Privacy: community/partner entries are keyed by the one-way `source` slug
# (first 32 hex of sha256(issuer + "\n" + identity) of the verified signer);
# the cleartext identity (e.g. a personal email) is deliberately NOT stored,
# so it is never committed to the repo. An optional `label` carries a non-PII
# display string (e.g. a GitHub handle) — omit it to stay fully pseudonymous.
# (Keyless Sigstore still records the identity in the public Rekor log; this
# only keeps it out of the repository.) The loader rejects an `identity:`
# field, so cleartext cannot be reintroduced by accident.
#
# Anti-sybil rules (enforced by pkg/evidence/allowlist.Validate and the
# evidence-pointer-check CI job; see docs/user/artifact-verification.md):
# - Each entry is anchored: a content-addressed `source` slug, or a
# tightly-bounded anchored `identityPattern` whose issuer/org/repo/
# workflow segment is literal (a wildcard is permitted only in the ref,
# right of the OIDC subject's '@').
# - The three classes are disjoint and no two entries overlap (no duplicate
# source slug, no overlapping patterns).
#
# To contribute community/partner evidence, open a PR adding a slug entry
# here (in the correct class) alongside your pointer file under
# recipes/evidence/<recipe>/<src>/. Maintainer review is the trust gate.
schemaVersion: 1.0.0
# First-party: the AICR project's own UAT workflows. These sign with the
# GitHub Actions OIDC issuer and ingest evidence directly (no committed
# per-run pointer), so they pin a branch-bounded identityPattern. The
# patterns are CI workflow URLs (not personal PII) and mirror the
# EXPECTED_IDENTITY_REGEXP each workflow already enforces at verify time.
firstParty:
- label: aicr-uat-aws
issuer: https://token.actions.githubusercontent.com
identityPattern: '^https://github\.com/NVIDIA/aicr/\.github/workflows/uat-aws\.yaml@refs/heads/.+$'
- label: aicr-uat-gcp
issuer: https://token.actions.githubusercontent.com
identityPattern: '^https://github\.com/NVIDIA/aicr/\.github/workflows/uat-gcp\.yaml@refs/heads/.+$'
- label: aicr-uat-azure
issuer: https://token.actions.githubusercontent.com
identityPattern: '^https://github\.com/NVIDIA/aicr/\.github/workflows/uat-azure\.yaml@refs/heads/.+$'
# DC5 (#1278): real-silicon nvkind evidence on the self-hosted GPU runners
# (service: kind recipes, H100 x1). uat-kind.yaml is the reusable lane
# dispatched by uat-run.yaml (a sibling of uat-aws/gcp/azure), so its file
# path is the keyless signing identity.
- label: aicr-uat-kind
issuer: https://token.actions.githubusercontent.com
identityPattern: '^https://github\.com/NVIDIA/aicr/\.github/workflows/uat-kind\.yaml@refs/heads/.+$'
# Community: individual external contributors, keyed by source slug only.
# Each commits pointers under recipes/evidence/<recipe>/<src>/ where <src> is
# the slug below.
community:
- issuer: https://github.com/login/oauth
source: 7c4c0edc8c765a95a0f3afdb3bbb8e91
- issuer: https://token.actions.githubusercontent.com
source: 5bf9e82f0e90a11528ac85f4bcb866c8
# Partner: vetted partner organizations. None onboarded yet.
partner: []