kubernetes - How to use OAuth2.0 to authorize Google Container Engine APIs -
i trying make call using google container engine api via browser. have created both client id , public api access key.
when try use public api access key, unuauthorized:
https://www.googleapis.com/container/v1beta1/projects/cohesive-feat-92204/clusters?fields=clusters%2fmasterauth&key=xxxxxxxxxxxxxxx (where xxxxx... key)
is there document describes required values call? how specify client id , client secret etc...where put in scope, etc...
this link https://cloud.google.com/container-engine/docs/v1beta1/libraries gives me 404
this same question google container engine rest api authorization , answer public api access key cannot used access google container engine api.
Comments
Post a Comment