Skip to content

Dashboard tour

Admin guide

The Greenlight dashboard is the single operational surface for IT. This page maps each top-level section to what you’d use it for. Screenshots will be added in a later update; the structure and the purpose are stable.

Apps

The list of every app in the organization, with status, owner, last deploy, and the integrations it depends on. Filtering by owner, status, and integration covers almost every common day-to-day need.

Clicking an app opens its detail page, which is itself a small dashboard: pipeline runs, deployments, runtime logs, integration grants, app-scope Knowledge, environment variables, the kill switch.

This is where most of the day-to-day happens.

Integrations

Every registered integration, grouped by service-account or admin-installed credential model. Click an integration to register, rotate, or revoke credentials and to manage which apps have it granted. User-passthrough and cache/realtime integrations are coming soon.

The page also shows pending integration requests from agents — review and approve in one place. See Manage integrations.

Knowledge

Org-level Knowledge entries on the left; pending agent proposals on the right. Click an entry to read, edit, or view history. Click a proposal to review, accept, or reject. See Curate Knowledge.

Audit

The dashboard shows audit health and recent write status. Full audit search, saved filters, export, and SIEM forwarding are coming soon. See Audit & monitoring.

Users

The manually managed user directory and group-to-role mapping table. SCIM-backed directory sync is coming soon. Audit events for role changes link from here. See Users, groups, RBAC.

Policy

The active policy bundle as a list of rules. Edit a rule, add a new one, or temporarily disable one with a reason that lands in the audit log. The page also shows recent policy-check results across all PRs — useful for spotting policies that fail often enough to warrant a redesign.

Settings

Org-level settings: the OIDC SSO configuration, update policy, retention posture, and default app sizing. SAML, SCIM, and SIEM forwarding settings are coming soon.

Installation health

A green/yellow/red view of the seven prerequisites a working install needs (see Install on Azure for the list). Rerun anytime; it’s idempotent.

Upgrades

The current version, discovered release, update policy, pending upgrade (if any), and recent upgrade history. See Upgrades.

What’s not in the dashboard

A few things deliberately aren’t in the dashboard, because they belong somewhere else:

  • App code — the source of truth is your SCM. The dashboard links out to the repo for every app.
  • Long-term log analytics — ship cluster logs to your own aggregator. The dashboard’s logs view is for the live tail.
  • Secret values — the dashboard shows that a secret exists; you read its value (if you have permission) through your cloud’s vault UI.
  • End-user analytics for an app — the app’s owner builds that into the app, or hooks the app up to a real analytics product.

Next