There was an error granting Firebase Service Agent access to your secret
Asked Answered
V

3

7

I am facing an error while installing an Algolia extension into my firebase project.

Error-

enter image description here

When I click on the "Create secret" button, the error below is visible

enter image description here

Verlaverlee answered 18/11, 2021 at 10:15 Comment(1)
Did you follow the recommendations explained in the Description in the first image?Macadamia
O
3

Only admin can add Key. Check your project permission

Octavus answered 8/12, 2021 at 14:20 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Schutzstaffel
H
0

When installing the extension it will ask you to enable the secrets API, what this does is enables the Secrets Manager API from google cloud (what firebase is built on top of). You can manually check this is enabled with the below URL, and if its not - enable it.

https://console.cloud.google.com/apis/api/secretmanager.googleapis.com/overview?project=YOUR_PROJECT_ID

As with all google cloud API's, when you enable them it takes a few minutes for the changes to propagate. Try again in ten minutes, and you will find your error is resolved, you're able to create the secret, and you can install the extension.

Hollowell answered 14/6, 2022 at 9:45 Comment(0)
S
0

It seems like the issue might be related to your billing account. There could be an issue with your billing details, similar to an experience I had. It's worth double-checking to ensure everything is in order.

Splashboard answered 12/3 at 11:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.