Administration
Admin features cover instance-wide and cross-team concerns: managing providers, reviewing audit logs and keeping secrets healthy.
Provider management
Section titled “Provider management”Admins manage provider instance configuration under the admin endpoints
(/v1/admin/*). This includes the credentials and settings that let teams
connect accounts.
Audit log
Section titled “Audit log”Each team has an audit log that records actions — including post lifecycle changes, member changes and API-key revocations — and attributes them to the member or API key responsible. This gives you an accountable history of who did what.
Tokens & secrets
Section titled “Tokens & secrets”- API tokens are stored as hashes; the plaintext is shown only once at creation.
- Provider access tokens are encrypted at rest with your
ENCRYPTION_KEY. - Rotate
BOOTSTRAP_ADMIN_TOKENafter initial setup (see first login).
Health & operations
Section titled “Health & operations”goloom exposes a health endpoint for monitoring:
curl https://goloom.example/healthzFor database choices and scaling, see configuration and the Docker → Kubernetes migration.