修正 OpenSandbox SPIRE 父身份格式
This commit is contained in:
@@ -91,7 +91,7 @@ def identity_entry(
|
||||
"className": SPIRE_CLASS_NAME,
|
||||
"parentID": (
|
||||
f"spiffe://{SPIFFE_TRUST_DOMAIN}/spire/agent/k8s_psat/"
|
||||
f"{SPIRE_CLUSTER_NAME}/pod/{pod_uid}"
|
||||
f"{SPIRE_CLUSTER_NAME}/{pod_uid}"
|
||||
),
|
||||
"spiffeID": spiffe_id,
|
||||
"selectors": [f"unix:uid:{RUNNER_UID}"],
|
||||
|
||||
Reference in New Issue
Block a user