Declare forge graph contracts
This commit is contained in:
parent
5dff7f14da
commit
0b5d295800
35 changed files with 887 additions and 0 deletions
28
fabric/dependencies/railiance-forge-runtime-secrets.yaml
Normal file
28
fabric/dependencies/railiance-forge-runtime-secrets.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: railiance.fabric/v1alpha1
|
||||
kind: DependencyDeclaration
|
||||
metadata:
|
||||
id: railiance-forge.source-forge.needs-runtime-secrets
|
||||
name: Forge runtime secrets dependency
|
||||
owner: railiance-forge
|
||||
repo: railiance-forge
|
||||
domain: railiance
|
||||
source_links:
|
||||
- label: Backup and restore handoff
|
||||
path: /home/worsch/railiance-forge/docs/backup-restore-secret-handoff.md
|
||||
spec:
|
||||
lifecycle: active
|
||||
environments: [dev, staging, prod]
|
||||
consumer_service_id: railiance-forge.source-forge
|
||||
requires:
|
||||
capability_type: runtime-secrets
|
||||
capability_id: railiance-platform.openbao.runtime-secrets
|
||||
interface:
|
||||
type: openbao-kv-v2-mount
|
||||
version_constraint: ">=v1 <v2"
|
||||
auth:
|
||||
method: kubernetes_service_account
|
||||
criticality: critical
|
||||
data_classification: secret
|
||||
fallback:
|
||||
mode: manual
|
||||
description: SOPS/age bootstrap can carry encrypted deploy input, but runtime secret custody belongs to the platform path.
|
||||
Loading…
Add table
Add a link
Reference in a new issue