Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSB_USER | No | SSB username (e.g., admin) - for direct SSB authentication | |
| KNOX_USER | No | Knox username for basic auth - for Knox authentication | |
| KNOX_TOKEN | No | Knox JWT token for authentication - for Knox authentication | |
| KNOX_COOKIE | No | Alternative: provide full cookie string instead of token - for Knox authentication | |
| SSB_API_BASE | No | Full SSB API URL (e.g., http://localhost:18121 or https://ssb-gateway.yourshere.cloudera.site/ssb/api/v1) | |
| SSB_PASSWORD | No | SSB password (e.g., admin) - for direct SSB authentication | |
| SSB_READONLY | No | Read-only mode (default: true for CDP deployments, false for standalone) | true |
| KNOX_PASSWORD | No | Knox password for basic auth - for Knox authentication | |
| KNOX_CA_BUNDLE | No | Path to CA certificate bundle | |
| KNOX_VERIFY_SSL | No | Verify SSL certificates | true |
| TIMEOUT_SECONDS | No | HTTP timeout in seconds | 30 |
| KNOX_GATEWAY_URL | No | Knox gateway URL (e.g., https://host:8444/gateway/ssb) - for Knox authentication | |
| KNOX_PASSCODE_TOKEN | No | Alternative: Knox passcode token (auto-exchanged for JWT) - for Knox authentication |
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 | |