Skip to content

Add authorisation to maven publishing #26

Description

@Harleyoc1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions