/{repository}/{gav}
:{repository}
- required name of repository used to distinguish repositories{gav}
- optional GAV (group-artifact-version
) pathPath | Matches | Status |
---|---|---|
/ | /releases/* /snapshots/* | Ok Ok |
/releases | /releases/* /snapshots/* | Ok Unauthorized |
/releases/groupId/artifactId | /releases/groupId/artifactId/* /releases/groupId/* /snapshots/* | Ok Unauthorized Unauthorized |
r
- allows token to read resources under the associated pathw
- allows token to write (deploy) resources under the associated pathNote: Permissions can be combined (rw
) to allow read and write on associated paths.
route-add <token> <path> <permissions>
command in Reposilite CLI.$ route-add reposilite-publisher /releases/com/reposilite w
Route Route(path=/releases/com/reposilite, permissions=[WRITE]) has been added to token reposilite-publisher
rw
for permissions attribute in Reposilite CLI command.$ route-add reposilite-publisher /releases/com/reposilite rw
Route Route(path=/releases/com/reposilite, permissions=[READ, WRITE]) has been added to token reposilite-publisher
route-remove <token> <path>
command in Reposilite CLI.$ route-remove reposilite-publisher /releases/com/reposilite
Token reposilite-publisher has been updated, new routes: []
Did you find misleading or deprecated content? Maybe you just feel this section misses important elements?
Copyright © 2023 dzikoysk with ❤ panda-lang