jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

Create a function to get temporary credentials for a registry #398

Closed Dr0p42 closed 1 year ago

Dr0p42 commented 1 year ago

As a user having previously created a registry, I want to be able to push a container into it.

Specifications:

  naas.service.get_registry_credentials(
    registry_name="Name of my registry"
  )

This should give me back some AWS credentials provided by the API.

Estimate: 1 Priority: Medium