Skip to main content
Version: Next 🚧

Host capabilities call reference

Each host capability is identified by a path string. The following paths can be gated in spec.namespacedPoliciesCapabilities:

CategoryPathDescription
OCIoci/v1/verifyVerify an OCI artifact signature (v1)
OCIoci/v2/verifyVerify an OCI artifact signature (v2)
OCIoci/v1/manifest_digestFetch an OCI manifest digest
OCIoci/v1/oci_manifestFetch an OCI manifest
OCIoci/v1/oci_manifest_configFetch an OCI manifest config
Kuberneteskubernetes/can_iPerform a SubjectAccessReview check
Netnet/v1/dns_lookup_hostResolve a hostname via DNS
Cryptocrypto/v1/is_certificate_trustedVerify certificate trust chain
note

The kubernetes/list_resources_by_namespace, kubernetes/list_resources_all, and kubernetes/get_resource calls are not applicable to namespaced policies because those policies have no spec.contextAwareResources field. They are only relevant for ClusterAdmissionPolicy resources, which always receive full host capability access.

The tracing/log call emits a log entry and is always available.