...
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.
setDetectorsContent.sh
and provide the server's URL or IP address, e.g.enterpriseqa.gvdevelopment.k3s.getvisibility.com
or.
...
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
...