The GovernanceAdmin
role provides permissions to create, edit, and publish governance policies in Domino. This role also enables access to the Governance Dashboard, audit trail, compliance views, and governance APIs.
CloudAdmins
and SysAdmins
automatically have GovernanceAdmin
permissions. All other users must be explicitly assigned the role.
To enable a user to manage governance policies:
-
In the Admin console, go to Manage Resources > Users.
-
Select the user to assign the role to.
-
Click Edit.
-
Select GovernanceAdmin (Admin role for Governance) from the list of roles.
-
Click Save.
A governance policy defines the review and approval process for a scientific output, such as deploying a model, releasing a statistical report, or launching an AI system. Policies can reflect corporate standards, regulatory frameworks, or internal risk controls.
Policies are written in YAML and must be published before use. Build Domino governance policies has more building blocks for advanced customization.
Approvers enter information into an evidence set
during review. Policy rules use that input to control visibility by dynamically showing or hiding follow-up questions or stages.
-
Go to Govern > Policies and select Create Policy.
-
From the Policy Template menu, use None (start from scratch).
-
Name your policy and provide a short description.
-
Select Create.
-
In the Code editor, paste your policy code.
-
To visualize the workflow, toggle the Graph view.
-
Modify the policy as needed, such as by updating stage names, changing approvers, and adding or editing rules.
-
Click Save, then Publish.
Domino Governance includes pre-built policy templates. You can use these templates to customize policies for your organization quickly.
-
Go to Govern > Policies and select Create Policy.
-
From the Policy Template menu, select a template.
-
Name your policy and provide a short description.
-
Select Create.
-
Verify that the policy workflow looks correct by toggling Graph.
-
Toggle back to the Code editor.
-
Update the template by making a few changes, such as by updating
stages
names, changing approvers, and adding or editing rules. -
Click Save, then Publish.
