project-zot / zui

UI for zot registry
Apache License 2.0
13 stars 21 forks source link

[Feat] ZUI: implement API key management #373

Closed andaaron closed 8 months ago

andaaron commented 1 year ago

The UI needs to implement a way for the user to manage how own API keys. The UI will leverage the APIs for creating/listing/deleting API keys implemented on the backend, see https://github.com/project-zot/zot/blob/main/examples/README.md#api-keys

andaaron commented 1 year ago

Note the backend implementation for listing existing API keys is still WIP at the time of this writing.

andaaron commented 1 year ago

This has been unblocked by https://github.com/project-zot/zot/pull/1708. Note https://github.com/project-zot/zot/pull/1708 implements the API to retrieve the API keys as well as the expiration date feature.