Reference
Security

Security

GovernIA is designed with multi-tenant isolation and auditability in mind.

Data isolation

  • Tenant-scoped access control
  • Role checks for sensitive operations
  • No cross-tenant reads

Audit trails

Key actions can be logged:

  • status changes
  • remediation lifecycle
  • report publishing
  • user/admin operations

Authentication

Authentication is handled by your platform auth stack (token-based). Make sure to:

  • enforce HTTPS
  • rotate secrets
  • apply strong password/SSO policies

Recommended hardening

  • principle of least privilege for roles
  • separate Ops permissions from analytics usage
  • restrict admin operations to trusted accounts