Hanzo
OpenapiIam

Publishes the public key your registry uses to verify the tokens issued above —…

Publishes the public key your registry uses to verify the tokens issued above — the one URL to configure so the registry trusts logins without holding any…

GET /v1/iam/registry/jwks

Addresshttps://api.hanzo.ai/v1/iam/registry/jwks
MethodGET
Operationget_iam_registry_jwks
AuthAuthorization: Bearer $HANZO_API_KEY

Publishes the public key your registry uses to verify the tokens issued above — the one URL to configure so the registry trusts logins without holding any secret of its own.

If no signing key is available it refuses rather than publishing an empty set, because a registry that trusts nothing looks identical to one that trusts everything until somebody tries to push.

Request

GET /v1/iam/registry/jwks takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam registry jwks

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page