Add a way of authorising maven publish action, as otherwise anyone could upload to this.
In support of this, the is_admin field will be replaced by a 'permission_level' field. Since the capabilities required by this are limited for now this will be kept relatively simple, stored as an int with greater numbers equalling greater permission level. The initial configuration will be:
- Admin at level
2, highest level
- Maven editor at level
1, allows using maven publish to upload to maven repo
- User level at
0, which is a user that does not have any special permissions
Add a way of authorising maven publish action, as otherwise anyone could upload to this.
In support of this, the is_admin field will be replaced by a 'permission_level' field. Since the capabilities required by this are limited for now this will be kept relatively simple, stored as an int with greater numbers equalling greater permission level. The initial configuration will be:
2, highest level1, allows using maven publish to upload to maven repo0, which is a user that does not have any special permissions