Ana içeriğe atla

Endpoints

CRUD Operations

Access Management

Secrets Management

  • Secrets Management - Manage secret keys, certificates, keys, keystores, and truststores for credentials

JWK Settings

  • JWK Settings - Manage JWK settings for validation, signing, decryption, and encryption

Token Settings

  • Token Settings - Configure token expiration, refresh tokens, grant types, and JWT signature algorithms

Authentication

All endpoints require authentication using a Personal API Access Token.

Permissions

GET Operations (List Credentials, Get Granted Access List)

  • User must have IDENTITY + VIEW permission in the project
  • If the asset category does not exist, user must have at least one permission in the project

POST/PUT/DELETE Operations (Create/Update/Delete Credential, Grant/Revoke Access)

  • User must have IDENTITY + MANAGE permission in the project
  • For deployment operations (when granting/revoking access with deploy), user must also have IDENTITY + DEPLOY_UNDEPLOY permission

Permission Requirements

OperationRequired Permission
List Credentials, Get Granted Access ListIDENTITY + VIEW (or any permission if category doesn’t exist)
Create/Update/Delete CredentialIDENTITY + MANAGE
Grant/Revoke Access (with deploy)IDENTITY + DEPLOY_UNDEPLOY