PingAuthorize

Example: Set up the PingAuthorize Policy Editor in demo mode (self-governance)

This example sets up the PingAuthorize Policy Editor in demo mode with self-governance enabled.

For more information about setting up the Policy Editor in demo mode, click the Demo mode tab on this page.

To enable self-governance in demo mode, use the --enableSelfGovernance argument. The following values are set by default:

  • The time-to-live value for the HTTP cache is set to 60 seconds, after which the cache is refreshed and a new self-governance check is performed.

  • The self-governance administrator username is set to selfgovernanceadmin.

  • The self-governance administrator password is set to password123.

The following example sets up the Policy Editor in demo mode with self-governance enabled:

$ bin/setup demo \
--adminUsername admin \
--enableSelfGovernance \
--generateSelfSignedCertificate \
--licenseKeyFile /opt/PingAuthorize/PingAuthorize.lic \
--decisionPointSharedSecret pingauthorize \
--hostname localhost \
--port 9443 \
--adminPort  <admin-port>