Transparent By Default
Every project in Ubicloud uses Ubicloud’s access control system. Even if you are the only account with access to the project, all actions you take in the system are checked by the access control system to see if they are allowed. This is transparent by default, because the account that creates the project is made an admin of the project, and project admins are allowed to take any action on any object in the project.User Management
When you create a project, you are the sole user and admin of the project. From the users page, you can invite new and existing Ubicloud users to the project:

Access Control
The Access Control tab on the User Management page gives you full control to manage access to the system:
- Members of the Admin subject tag (i.e. project admins) can perform all actions on all objects (this access control entry is not modifiable, but you can modify which users are in the Admin subject tag)
- Members of the Member subject tag (the default for invited users) can perform all actions in the Member action tag, on all objects.
Example: Different Types of Administrators
Let’s say you have three groups:- System Administrators
- Network Administrators
- Database Administrators
- System administrators only have access to virtual machines.
- Network administrators only have access to private subnets, firewalls, and load balancers.
- Database administrators only have access to PostgreSQL databases.








- Subject: System-Admins, Action: Vm:all, Object: All Objects
- Subject: Network-Admins, Action: Networking, Object: All Objects
- Subject: Database-Admins, Action: Postgres:all, Object: All Objects

Object Tags
The above example did not discuss the use of object tags, but they work similarly to subject and action tags, and allow you to grant users actions to specific objects (or more likely, groups of objects). For example, if you have both web servers and media encoding servers, and they are managed by different groups, you can create Web-Servers and Media-Encoding-Servers object tags, and create Web-Server-Admins and Media-Encoding-Server-Admins subject tags, and then create two access control entries:- Subject: Web-Server-Admins, Action: All Actions, Object: Web-Servers
- Subject: Media-Encoding-Server-Admins, Action: All Actions, Object: Media-Encoding-Servers
Access Control for Your Access Control
Ubicloud’s access control system uses the access control system to ensure that only allowed access control changes are permitted. Project admins have full control over the access control system, but they can create access control entries granting other users more limited access. For example, if only members of the Human-Resources subject tag should be adding or removing users from the Member subject tag, you could add an action tag named Tag-Membership, that contains the SubjectTag:add and SubjectTag:remove actions, and an access control entry:- Subject: Human-Resources, Action: Tag-Membership, Object: Members (Subject Tag)