Manage policies
This article provides a guide on how to manage policies in Upsolver.
Create a policy
The following namespaces are available:
workspace
input
output
lookup-table
iam
organization
monitoring
notifications
billing
cluster
udf
connection
reference-data
*
Create a policy in the Form
1. From the IAM page, in the Policies tab, click New Policy.
2. Name the policy.
3. In the Namespace tab, select a Namespace.
4. Click Next.
5. In the Actions tab, select the Policy Type (Allow or Deny).
6. Under Actions, select the required edit and/or view.
7. Click Next.
8. In the Resources tab, if applicable, select the Resources to apply this statement to.
9. (Optional) Select the Workspaces to apply this statement to.
10. (Optional) Select whether to apply the statement to resources that are running.
11. To add more statements to the policy, click Add Statement and then repeat the steps above.
12. Once you have added all desired statements, click Save.
Create a policy using JSON
1. From the IAM page, in the Policies tab, click New Policy.
2. Name the policy.
3. Toggle from Form to JSON.
4. Type the desired permissions in JSON format directly into the Statements area or click Select to import a file.
5. Click Save.
Edit a policy
2. In the Policy area, click Edit.
3. Make the desired changes.
4. Click Apply.
Delete a policy
2. Click Delete. A confirmation message will appear.
3. To delete the policy, click Yes.
Last updated
Was this helpful?