본문으로 건너뛰기

SecretBinding

Runtime secret injection request. ref identifies a stored secret and name selects its key under contexts["secrets"]; the execution principal must have use permission.

nameName (string)필수

contexts['secrets'] key the step reads

refRef (string)필수

Secret reference, e.g. secret://secret./token

SecretBinding
{
"name": "string",
"ref": "string"
}