Hi,
I am trying to use the artifact registry through the API gateway for the docker, apt, and yum repositories.
Why I want to do this - using artifact registry without using service account at the endpoint side.
I started with the APT repository, and this is what I trying to do:
ubuntu endpoint (*) —> API gateway (**) —> artifact registry (apt repository)
(*) using API registry URL in the sources.list
(**) using a service account with artifact registry permissions), openApi spec.
Can anyone help me with a step by step guide how to to it?
I even don’t know how to write the openApi spec to fit the artifact registry (i didn’t find any example for GAR)
Any help will be appreciated!