Max888
Max888

Reputation: 3770

GCP API Keys Admin role

I am following this tutorial which states you should add "API Keys Admin role" to the cloud build service account, but I can't find the "API Keys" group in the drop down of the GCP UI. Does anyone know why this is? Do I need to use the command line tool? Has it changed name?

Upvotes: 2

Views: 672

Answers (2)

Eliecer Chicott
Eliecer Chicott

Reputation: 581

This was happening to me because my user's language in GCP was Spanish and searching "API keys" wasn't bringing me the result for the service in Spanish (it's Administrador de claves de API btw), and if you have something different than English (US) as the language, I would recommend changing it while following docs in English so everything matches.

You can change it by going to the profile settings > Preferences > Language & region > Select: English (United States) > Click Save.

Hope it helps someone ;).

Upvotes: 0

MEHUL JAIN
MEHUL JAIN

Reputation: 21

In my view, the "API Keys Admin role" here refers to "serviceAccountKeyAdmin" Role. Because, this is the role which is required to generate Service Account API key.

Details about serviceAccountKeyAdmin role from official documentation.

Upvotes: 2

Related Questions