Skip to main content

Portal & Permissions

While at API level, permissions are very granular, the Portal are designed to provide a user friendly way to benefit from the various features of Astran. Thus, while it's protected by the same permission system, a user might need more accesses to perform a single action than the one required by the API.

As an example, to update a user, the user needs to have access to the user list and user itself. Thus, he needs to have the "iam:ListUsers" permission along with the "iam:GetUser" before being able to do an update.

This page will detail the various permissions available, and how they are used in the Portal.

General

iam:SimulatePrincipalPolicy is required to be able to see the permissions required for a given action. Shall it not be granted, the user will not see any limitations on the actions but they will be rejected at submission time.

Dashboard

ActionPermissions requiredWhat happens if permissions are not granted
View metrics and list of kitsck:ListKits
ck:ListKitsStats
A 403 Forbidden page is shown

Kits

ActionPermissions requiredWhat happens if permissions are not granted
List kitsck:ListKits
ck:ListKitsStats
A 403 Forbidden page is shown
Create kitck:ListKits
ck:CreateKit
The create button is shown as Forbidden
View kitck:GetKitA 403 Forbidden page is shown if the user tries to access the kit page. In the listing, a lock icon is shown next to the kit name
Delete kitck:GetKit
ck:DeleteKit
The delete button is shown as Forbidden
Update kitck:GetKit
ck:UpdateKit
The "Edit" button is shown as Forbidden
Manage kit dataAny s3 permission required on the associated bucketø
Execute processck:GetKit
s3:PutObject in the executed-processes/* folder of the kit associated to the bucket*/
The "Edit" button is shown as Forbidden

Note that when you open a kit, you can get the associated bucket name by clicking on the more actions icon the Open associated bucket. The bucket name for this kit appears in the URL and start with kit-\<kit-id\> where \<kit-id> is a string composed of letters and numbers.

Data explorer

While from an API standpoint the objects in S3 can be manipulated differently according to the versioning status of the bucket, the Portal requires to have the permissions on the versioned flavored actions (which apply to all buckets).

ActionPermissions requiredWhat happens if permissions are not granted
List bucketss3:ListAllMyBucketsA 403 Forbidden page is shown on the Data explorer page
Create buckets3:CreateBucket
s3:PutBucketVersioning to have a versioned bucket
The "New bucket" button appears as Forbidden
Delete buckets3:DeleteBucketThe "Delete" button appears as Forbidden
Get bucket versioning statuss3:GetBucketVersioningThe versioning status is not shown and the bucket is considered as not versioned
Update bucket versioning statuss3:PutBucketVersioningThe versioning status is not shown and the bucket is considered as not versioned, it cannot be updated.
View bucket contents3:ListBucketVersions on a given bucketA 403 Forbidden page is shown if the user tries to access the bucket. In the listing, a lock icon is shown next to the bucket name
View object contents3:HeadObject
s3:GetObjectVersion on a given object
A 403 Forbidden page is shown if the user tries to preview the object - the download button is unavailable. In the listing, a lock icon is shown next to the object name
Download objects3:GetObjectVersion on a given objectThe download button is unavailable. In the listing, a lock icon is shown next to the object name
Upload object or Create folders3:PutObject on a given bucketThe "New" button appears as Forbidden
Delete objects3:DeleteObjectVersion on a given objectThe delete button is unavailable.

Access control

Groups

ActionPermissions requiredWhat happens if permissions are not granted
List groupsiam:ListGroupsA 403 Forbidden page is shown
Create groupiam:ListGroups
iam:CreateGroup
The "New group" button appears as Forbidden
Delete groupiam:ListGroups
iam:DeleteGroup
The "Delete" button appears as Forbidden
Attach group policyiam:ListGroups
iam:ListAttachedGroupPolicies
iam:AttachGroupPolicy
The "Attach policy" button appears as Forbidden
Detach group policyiam:ListGroups
iam:ListAttachedGroupPolicies
iam:DetachGroupPolicy
Clicking on an attached policy to detach it will not be possible

Policies

ActionPermissions requiredWhat happens if permissions are not granted
List policiesiam:ListPoliciesA 403 Forbidden page is shown
Create policyiam:ListPolicies
iam:CreatePolicy
The "New policy" button appears as Forbidden
View a policy documentiam:ListPolicies
iam:GetPolicy
The policy document and associated versions will not be visible
Get policy versioniam:ListPolicies
iam:GetPolicyVersion
The "Delete" button appears as Forbidden
Delete a previous versioniam:ListPolicies
iam:GetPolicy
iam:DeletePolicyVersion
When clicking on the versions listing of the policy, the user will not be able to delete a previous version
Create a new policy versioniam:ListPolicies
iam:CreatePolicyVersion
The "edit" button on a policy document will appear as Forbidden
Update active policy versioniam:ListPolicies
iam:GetPolicy
iam:GetPolicyVersion
iam:SetDefaultPolicyVersion
When clicking on the versions listing of the policy, the user will not be able to choose a version and set it as active
List policy versionsiam:ListPolicies
iam:ListPolicyVersions
The user will not be able to see the policy versions nor to update the current active one
View groups for a policyiam:ListPolicies
iam:ListEntitiesForPolicy
The list of groups associated to the policy will be empty

Users

ActionPermissions requiredWhat happens if permissions are not granted
List usersiam:ListUsersA 403 Forbidden page is shown
Create useriam:ListUsers
iam:GetUser
iam:CreateUser
The "New user" button appears as Forbidden
Delete useriam:ListUsers
iam:GetUser
iam:DeleteUser
The "Delete" button appears as Forbidden
Attach user to a groupiam:ListUsers
iam:GetUser
iam:ListGroupsForUser
iam:AddUserToGroup
The "Edit groups" button will be forbidden in case you can neither attach nor detach the user from a group
Detach user from a groupiam:ListUsers
iam:GetUser
iam:ListGroupsForUser
iam:RemoveUserFromGroup
The "Edit groups" button will be forbidden in case you can neither attach nor detach the user from a group
Update a user permission boundaryiam:ListPolicies
iam:GetUser
iam:UpdateUserPermissionBoundary
The "Edit permission boundary" button will appear as Forbidden in case neither the update nor the removal is possible
Remove a user permission boundaryiam:ListPolicies
iam:GetUser
iam:DeleteUserPermissionBoundary
The "Edit permission boundary" button will appear as Forbidden in case neither the update nor the removal is possible