Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

1.

...

Username: finance

Email: finance@example.com

Username: hr

Email: hr@example.com

...

Prepare the environment

Run the below commands one after another:

...

Replace content of GV_HOST above with the IP of the Dashboard.

...

2. Retrieve authentication token

Log into the Dashboard and open Developer Tools (SHIFT+CTRL+I) and click on the Network tab as per screenshot below. Copy the value of access_token to clipboard:

...

Code Block
echo "paste_your_token_here" > jwt_token.txt

...

3. Run the scripts

Code Block
bash getUsers.sh
bash setDepartments.sh
bash setDataControls.sh

...

4. Final step

After completing the above steps, navigate to:

  • Policy CenterCompliance HubDepartments:

    • It should have HR, Finance, Marketing, Sales, InfoSec, and Engineering departments set up.

  • Policy CenterControls Orchestration:

    • It should have controls for:

      • New Risky Sensitive Data

      • PII Data at Risk

      • Critical Data At High Risk

      • Publicly exposed critical data to the world

      • Overshared internally critical information

      • Critical information shared with 3rd parties

      • PII Files Older than 3 years

      • Externally Shared Data not updated in 1 year

      • Valuable IP Exposure

      • Trade Secret Exposure

...

5. Troubleshooting

...

5.1 Departments are not populated

You will need to execute the runbook again. Most likely there is an issue with the auth token.

...

5.2 No controls in Controls Orchestration

You will need to update the jwt_token.txt as per Step 3 2 and then run

Code Block
bash setDataControls.sh

...