Skip to content

cofidectl attestation-policy-binding update

Update an attestation policy binding.

This command will update an existing attestation policy binding. Only the federations can be updated, so one of —federates-with or —clear-federations must be provided.

cofidectl attestation-policy-binding update [flags]
--attestation-policy string Attestation policy name
--clear-federations Specify to clear all federations from the binding. Conflicts with --federates-with
--federates-with strings Defines a trust zone to federate identity with. May be specified multiple times. Conflicts with --clear-federations
-h, --help help for update
--trust-zone string Trust zone name
--config string cofidectl config file (default "cofide.yaml")
--dir string directory to write the generated docs to (default "docs/cli")
--format string output format: md, md-site, man or rest (default "md")
--kube-config string kubeconfig file location (default "$HOME/.kube/config")
--link-prefix string md-site only, required: URL path the generated pages are published under, used to rewrite links between them
--log-level string log level (overrides the COFIDECTL_LOG_LEVEL environment variable) (default "ERROR")