You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a new S3 tenant use the following steps.
82
82
83
83
```powershell
84
84
$Credential = Get-Credential -UserName root
@@ -131,6 +131,44 @@ Otherwise connect as grid administrator again and then run
131
131
$Account | Remove-SgwAccount
132
132
```
133
133
134
+
## Creating local groups and users
135
+
136
+
Local groups and users can be used to grant full or restricted access to the resources of a tenant to e.g. a specific application.
137
+
138
+
Make sure that you are connected to the tenant as root user or user with privileges to manager users and groups (check the previous section for details).
If you want to restrict S3 access by denying bucket creation, deletion, policy change and versioning change as well as object version deletion create the following policy
Users of this group will not be able to log into the tenant portal. If you want to allow Tenant Portal access specify either of the parameters `-RootAccess`,`-ManageAllContainers`,`-ManageOwnS3Credentials`.
158
+
159
+
If you want to allow full S3 access use the following to create the group
0 commit comments