aepfli / gradle-gitlab-repositories

Handling Maven GitLab dependencies made easy. Define multiple tokens and selectively apply them to repositories, remove the need for repeating Credential handling blocks for different environments.
Eclipse Public License 2.0
13 stars 1 forks source link

Improve private token handling #10

Open aepfli opened 3 years ago

aepfli commented 3 years ago

As a user i want to be informed when my token configuration is not secure, or i the token is not valid at all.

By setting up a convention that the name of the token within gradle has to be the same as the name of the token in gitlab, we would allow us to check the token for an expiration date etc.

Furthermore we could add checks if there is a token, and if not, to inform the user to create it, with a direct link