A comprehensive dashboard to oversee governance activities in your Domino deployment.
This is an example of a dashboard to oversee Governance in your Domino deployment.
The Governance Dashboard provides a centralized interface to monitor and manage governance-related artifacts and processes within a Domino deployment. It helps track registered models, pending governance tasks, policy adoption status, and details of governance bundles across projects.
- Summary Metrics: View high-level statistics such as the total number of registered models, outstanding governance tasks, and active governance bundles.
- Policy Adoption Lifecycle: Visualize how policies are being adopted, including their current stage (e.g., draft, review, approved, deprecated) and progress metrics.
- Governance Bundle Details: Drill down into each governance bundle to see metadata, associated policies, owners, and status.
- Registered Models List: List and filter all registered models, with key attributes (e.g., version, owner, date registered, associated governance status).
- Project Bundles Overview: Display all governance bundles organized per project, enabling quick navigation and status checks.
- **Interactive Filters **: Filter models, bundles, and tasks for efficient oversight.
- API_HOST: URL to a Domino deployment.
- API_KEY: Valid API tokens to query governance-related endpoints.
Configure app.py with the correct API_Host and API_Key. Create a project and create an application (Deployments > Apps). Make sure both app.sh and app.py are in your project repository.