Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
READONLY | No | Set to 'true' to enable read-only mode for production safety in single registry mode | false |
READONLY_1 | No | Set to 'true' to enable read-only mode for the first registry in multi-registry mode | |
READONLY_2 | No | Set to 'true' to enable read-only mode for the second registry in multi-registry mode | |
ENABLE_AUTH | No | Set to 'true' to enable OAuth 2.1 authentication | |
AUTH_AUDIENCE | No | Client ID for OAuth authentication | |
AUTH_ISSUER_URL | No | URL of the OAuth provider issuer | |
SCHEMA_REGISTRY_URL | No | URL of the schema registry server in single registry mode | |
SCHEMA_REGISTRY_USER | No | Optional username for schema registry authentication in single registry mode | |
SCHEMA_REGISTRY_URL_1 | No | URL for the first registry in multi-registry mode | |
SCHEMA_REGISTRY_URL_2 | No | URL for the second registry in multi-registry mode | |
SCHEMA_REGISTRY_NAME_1 | No | Name for the first registry in multi-registry mode | |
SCHEMA_REGISTRY_NAME_2 | No | Name for the second registry in multi-registry mode | |
SCHEMA_REGISTRY_PASSWORD | No | Optional password for schema registry authentication in single registry mode |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |