formally defines the user-group-pool relationships
users are members in groups (no distinctions)
groups have roles in pools, only the PAASClient role (configurable) is considered relevant for PAAS system
users must be in a group with PAASClient role in the target pool for the user to create or modify instance for that pool
major code cleanup and fixes
- moves resource quota allocation to pool based instead of user based
- resource limits now assigned to pools
- when an instance is created it checks against the pool's resource limit
- users can now create instances in any pool they have PAASClient role and that pool has sufficient resources
- now uses [access-manager-api](https://git.tronnet.net/tronnet/access-manager-api) for access control
- formally defines the user-group-pool relationships
- users are members in groups (no distinctions)
- groups have roles in pools, only the PAASClient role (configurable) is considered relevant for PAAS system
- users must be in a group with PAASClient role in the target pool for the user to create or modify instance for that pool
- major code cleanup and fixes
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
787e4b097bto486508e4ff486508e4fftof3b279e636API v2.0.0:to API v2.0.0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.