Package protected review runtime and prepare deployment admission
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
bb5b607bbd
commit
bda9381f07
20 changed files with 3534 additions and 7 deletions
12
deploy/admission.example.json
Normal file
12
deploy/admission.example.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"image": "REQUIRED: forgejo.coulomb.social/coulomb/informed-decision@sha256:<published manifest digest>",
|
||||
"policy": {
|
||||
"origin": "REQUIRED: http://<admitted service>.flex-auth.svc.cluster.local:8080",
|
||||
"package": "REQUIRED: owner-admitted package",
|
||||
"version": "REQUIRED: owner-admitted version",
|
||||
"package_digest": "REQUIRED: sha256:<native package digest>",
|
||||
"pod_name": "REQUIRED: exact app.kubernetes.io/name label of admitted PDP"
|
||||
},
|
||||
"keycape_egress_ips": ["REQUIRED: observed and admitted public issuer IPv4/IPv6 address"],
|
||||
"storage_class": "REQUIRED: admitted local-filesystem ReadWriteOnce storage class"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue