Governance Panel
The Governance Panel at frontend/data-workbench/src/components/GovernancePanel/ provides data governance management including access policies, data classifications, and access request workflows.
Components
GovernancePanel
File: frontend/data-workbench/src/components/GovernancePanel/index.tsx
Main governance interface with:
- Data classification management (PII, PHI, confidential, public)
- Access policy definition and enforcement
- Access request submission and approval
- Compliance dashboard
ConnectedGovernancePanel
File: frontend/data-workbench/src/components/GovernancePanel/ConnectedGovernancePanel.tsx
Governance panel connected to the GovernanceApiClient for data-driven policy management.
Integration
The governance panel integrates with:
GovernanceApiClientfor policy CRUD operations- Cross-workbench store for entity context
- Notification service for access request alerts