artipie / artipie-cli

Command line instrument for managing Artipie server
MIT License
11 stars 2 forks source link

Authentication and endpoint #6

Closed g4s8 closed 2 years ago

g4s8 commented 2 years ago

CLI should send API requests to endpoint from configuration, and use authentication options from configuration.

Endpoint should be base URI of each API request.

Auth options should generate valid header for request, e.g. user and password should create valid HTTP basic auth: https://datatracker.ietf.org/doc/html/rfc7617

Depends-on: #5