Permissions
Overview
Permissions are essential for regulating access to a resource, ensuring that only authorized users can perform specific actions. Different levels of permissions can be assigned, ranging from read-only access, where users can view the data without making alterations, to full control, allowing users to modify and manage the resource completely.
Components of a Permission:
Permission Name: A unique label for each permission within the policy.
Resources: The specific assets or data (e.g., databases, files, services) that the permission controls access to.
Actions: The operations permitted on the resources, such as read, write, delete, or execute.

Add permissions to a policy
To add permissions:
Go to IAM > Policy Management.
Create a new customer-managed policy or edit an existing one.
Click Add Permission.
Enter a unique name for the permission.
Click Add Resources and select the applicable resources from the modal.
Click Actions and select the appropriate actions for those resources.
Click Save Policy to apply the changes.
Example: If you choose only the Read action on a Postgres data source, users with this permission will have read-only access.
Remove permissions from a policy
To remove a permission:
Navigate to the desired policy under Settings > IAM > Policy Management.
Click on Edit button.
Click the Delete icon next to the permission you wish to remove.
Click Save Policy to confirm the changes.
Permissions types and scopes
All policies created by users are categorized as customer-managed policies. These policies provide full flexibility in defining:
Permission names
Resources (e.g., data sources, services)
Actions (e.g., read, write, delete)
This allows organizations to tailor access control based on specific roles, data sensitivity, and operational requirements.
Last updated
Was this helpful?