FEATURE_DISABLED — feature is not enabled
cyoda-go version 0.8.2
errors.FEATURE_DISABLED
Section titled “errors.FEATURE_DISABLED”FEATURE_DISABLED — the operation belongs to an optional feature not enabled in this deployment.
SYNOPSIS
Section titled “SYNOPSIS”HTTP: 404 Not Found. Retryable: no.
DESCRIPTION
Section titled “DESCRIPTION”Returned by trusted-key endpoints when CYODA_IAM_TRUSTED_KEY_REGISTRATION_ENABLED=false (the default):
GET /oauth/keys/trustedPOST /oauth/keys/trustedDELETE /oauth/keys/trusted/{keyId}POST /oauth/keys/trusted/{keyId}/invalidatePOST /oauth/keys/trusted/{keyId}/reactivate
Enable by setting the env var and restarting. Keypair endpoints (/oauth/keys/keypair/*) are unaffected.
Also returned by POST /clients?withAdminRole=true when
CYODA_IAM_M2M_ADMIN_ROLE_ENABLED=false (the default). Enable by
setting the env var and restarting. Other /clients operations
(list, create-without-withAdminRole, delete, reset-secret) are
unaffected.
SEE ALSO
Section titled “SEE ALSO”- errors
- config.auth
See also
Section titled “See also”cyoda help errors— Every error response from the Cyoda REST API carries a structurederrorCodein thepropertiesobject. Multiple codes may share the same HTTP status. Programmatic handling keys onerrorCode, not HTTP status.cyoda help config auth— config.auth — IAM mode, JWT issuer, HMAC secret, and admin bootstrap controls.
Raw formats
Section titled “Raw formats”/help/errors/feature_disabled.json— full descriptor (matchesGET /help/{topic}envelope)/help/errors/feature_disabled.md— body only