This is Step 4 of the DSPM DRA Setup. This is the final step. |
---|
Note |
---|
This information predates Quick Start Wizard. The instructions outlined in this document are now automated. You can skip this step.Your deployment is now completed. |
This documentation provides a step-by-step guide to converting a Rancher deployment to DRA, including prerequisites and enabling DRA features.
...
Download Data Assets and Data Controls Scripts:https://drive.google.com/file/d/1Z9Qa34YuZJPCcl6Gdr__vIWouudH_0SN/view?usp=sharing
Replace the content in the
jwt_token.txt
with your JWT token.Open developer tools in the browser.
Log in to the dashboard.
In the networking tab, find the item named
token
and put its value in thejwt_token.txt
file.
Note: The token is valid for a few minutes.
Run the script
setDetectorsContent.sh
and provide the server's URL or IP address, e.g.enterpriseqa.gvdevelopment.k3s.getvisibility.com
or192.168.164.101
.
...
Setting Up Data Controls
Create Users in Keycloak:
Suggested users:
finance
andhr
(assign any email to them).Follow this guideline for creating new users in keycloak – https://getvisibility.atlassian.net/wiki/x/BoDJJg
Run the following scripts in order, providing server URL or IP address:
getUsers.sh
setDepartments.sh
setDataControls.sh
...