ZenML · Arazzo Workflow
ZenML Provision Secret
Version 1.0.0
Confirm the caller identity, create a scoped secret, and confirm it appears in the secret store.
Provider
Workflows
provision-secret
Create a scoped secret and confirm it is registered in the secret store.
Reads the current user, creates a secret with the supplied scope and values, and lists secrets to confirm registration.
1
whoami
getCurrentUser
Read the current authenticated user to anchor ownership context for the secret being created.
2
createSecret
createSecret
Create the secret with the supplied name, scope, and key/value pairs.
3
confirmSecret
listSecrets
List secrets (metadata only) to confirm the new secret is registered.