<supervisor> and <cluster> are placeholders throughout. All endpoints below take ?supervisor= and ?namespace= query parameters, like the rest of the /api/clusters/<cluster>/... surface.Kubeconfig
<cluster>-kubeconfig.yaml). The payload comes from the kubeconfig Secret the provider wrote on the supervisor — Celum tries the conventional keys (value, then kubeconfig) so it works across providers. This is the same kubeconfig Celum itself uses for every day-2 read, so if those views work, the download will too.
For wizard-installed vcluster instances there is a separate per-instance path — GET /api/supervisors/<supervisor>/vcluster/<instance>/kubeconfig — described in Hosted control planes.
Talosconfig
talosctl client configuration, again as a YAML download. Non-Talos clusters return 404 — that is a “this cluster has no talosconfig”, not an error to chase.
SSH password
{ "password": "..." } — the node SSH password decrypted from the provider’s Secret on the supervisor. Celum tries the secret keys ssh-passwordkey, password, and value in order, covering the naming conventions of the supported providers.
Omni cluster config
503 with a hint means the Omni integration is not configured on this Celum instance; the platform falls back to Kubernetes-side detection wherever it can.
Permissions and audit
The three
cluster:Get* credential actions are deliberately excluded from the standard operator and viewer roles — they hand out working access, so they are granted through the sensitive-read policy to named people. See the warning in the permissions reference.
Every retrieval passes through the audit middleware like any other API call: who fetched which cluster’s credentials, when, and with what result is queryable at Audit logs (/audit-logs), filterable by resource and actor. Treat a credential download as an event worth being accountable for — the platform already does.
Celum AI deliberately has no tools that return credentials — the assistant can tell you a cluster’s state via
get_guest_cluster and check who downloaded a kubeconfig via query_audit_logs, but the secrets themselves are only served to a permitted human through these endpoints.Related
Permissions reference
Every
cluster:* action and the sensitive-read policy that gates credentials.Authentication & IAM
How identities and groups map onto these policies.
Day-2 operations
What you can read without ever downloading a credential.
Hosted control planes
The vcluster kubeconfig export path and its 404 semantics.