jupyter-naas/naas

Create a function to get temporary credentials for a registry

Dr0p42 opened this issue · 0 comments

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