The PingDataGovernance Policy Administration GUI can manage multiple sets of Trust Framework attributes and policies by storing data sets in different branches.
In a development environment, you might need to quickly reconfigure PingDataGovernance Server between policy branches.
To set up branch changes, you must first define a Policy External Server
configuration for each branch. Then, you change a branch by changing the Policy
Decision Service’s policy-server
property as needed.
Example
Assume that you have two policy branches in the Policy Administration GUI: Stable
Policies
and Experimental Policies
. Each branch is
represented in the PingDataGovernance Server configuration as a Policy External
Server. During testing, you can switch back and forth between branches by updating
the Policy Decision Service’s policy-server
property.
To change to the Experimental Policies
branch, run this command.
dsconfig set-policy-decision-service-prop \
--set "policy-server:Experimental Policies"
To change back to the Stable Policies
branch, run this command.
dsconfig set-policy-decision-service-prop \
--set "policy-server:Stable Policies"