Status Update
Comments
fa...@google.com <fa...@google.com> #2
[Deleted User] <[Deleted User]> #3
sr...@gmail.com <sr...@gmail.com> #4
au...@cybernautic.net <au...@cybernautic.net> #5
ma...@google.com <ma...@google.com> #6
of...@gmail.com <of...@gmail.com> #7
[Deleted User] <[Deleted User]> #8
ma...@google.com <ma...@google.com> #9
The API is the primary functionality and gcloud support generally follows promptly so I'll mark this issue as a duplicate of that one.
ma...@google.com <ma...@google.com> #10
ed...@traveloka.com <ed...@traveloka.com> #11
ma...@dunnhumby.com <ma...@dunnhumby.com> #12
nu...@gmail.com <nu...@gmail.com> #13
ka...@accenture.com <ka...@accenture.com> #14
[Deleted User] <[Deleted User]> #15
ri...@mindloops.nl <ri...@mindloops.nl> #16
ga...@xpo.com <ga...@xpo.com> #17
na...@google.com <na...@google.com> #18
mj...@mapspeople.com <mj...@mapspeople.com> #19
[Deleted User] <[Deleted User]> #20
[Deleted User] <[Deleted User]> #21
jo...@bevy.com <jo...@bevy.com> #22
[Deleted User] <[Deleted User]> #23
[Deleted User] <[Deleted User]> #24
BTW there is a workaround for programmatically interacting with the API keys assigned to a project. The folks over at Rhino Security Labs found the API endpoint https://apikeys.googleapis.com
and released some content about how to list and create keys via python or simple CURLs. You can find their blog post here:
and the API documentation here:
This looks to be very early alpha so use at your own risk!
js...@marxent.com <js...@marxent.com> #25
in...@gmail.com <in...@gmail.com> #26
me...@google.com <me...@google.com> #27
Now developers should be able to list API keys in a project with the gcloud CLI:
-
You need to install gcloud, following the instructions at:
https://cloud.google.com/sdk/docs/install#installation_instructions . -
You need to check if the alpha component is installed already:
https://cloud.google.com/sdk/docs/components#listing_components . -
If gcloud alpha its already installed, should make sure all components are up-to-date:
https://cloud.google.com/sdk/docs/components#updating_components
After all this has been done, you can query the list of API keys with:
$ gcloud alpha services api-keys list
or for a specific project:
$ gcloud alpha services api-keys list --project=<project_id>
And perform other API keys management operations with the additional commands available in next SDK reference doc:
Note: The REST API is currently under development by the engineering team.
Google estimate that API Keys REST API could have a limited Preview in H1 2021 (January-June), however still cannot provide an ETA or guarantee its implementation at this point in time.
me...@google.com <me...@google.com> #28
Future update(s) will be posted here.
We recommend keeping an eye on this issue tracker.
Description