You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to hit this API endpoint: https://us.gcr.io/v2/<gcp_project_name>/<my_image_name>/tags/list (the endpoint that the following CLI command hits: gcloud beta container images list-tags us.gcr.io/<gcp_project_name>/<my_image_name>)
I realize that gogol likely does not support this API, but I suspect that I could reuse gogol's auth mechanism to authenticate with this endpoint.
I don't mind hand-crafting a gogol request for this endpoint, but would really appreciate an advice or assistance as to how to go about it
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to hit this API endpoint:
https://us.gcr.io/v2/<gcp_project_name>/<my_image_name>/tags/list
(the endpoint that the following CLI command hits:gcloud beta container images list-tags us.gcr.io/<gcp_project_name>/<my_image_name>
)I realize that
gogol
likely does not support this API, but I suspect that I could reusegogol
's auth mechanism to authenticate with this endpoint.I don't mind hand-crafting a
gogol
request for this endpoint, but would really appreciate an advice or assistance as to how to go about itThanks
The text was updated successfully, but these errors were encountered: