Open ababkin opened 7 years ago
I suspect this is related to the face that I cannot hit getManagedZonesList
, a v2beta1
endpoint, without getting a 403 Forbidden
.
Never mind, mine is actually a Google bug: https://issuetracker.google.com/issues/64573069
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 agogol
request for this endpoint, but would really appreciate an advice or assistance as to how to go about itThanks