Skip to main content
POST
Create a gravitino-shared client

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required
realm_roles
string[]

Existing Keycloak realm role names to attach to the client's service account. For example, trino-admin.

Response

Client created successfully

client_id
string
required

The clientId that identifies the client in Keycloak.

secret
string
required

The client secret.