-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP auth issue with registrar #6
Comments
local/system.conf is for DAQ. UDMI is not likely to follow the same mechanism for doing this, although it might be something similar. The concept of setting it in the code is fine, we just need to figure out how to do it properly. I think, maybe, there should be a The reason it's separated out is that the same site folder can apply to different projects, and each project would have different credentials! |
I think I was following an old doc file which was referring to |
* Cleanup testing run * Isolated test * Pubber logging * Adding restart count * Empty Commit for Test * Empty Commit for Test * Empty Commit for Test * Empty Commit for Test * Empty Commit for Test * Working reset test * Empty Commit for Test * Hourly cron * Adjust to hourly * Add always wait for config sync * Fix recursion * Fix config waiting
Running the
registrar
program, I've run into this issue:It's easy to sort this out by adding the GOOGLE_APPLICATION_CREDENTIALS environment variable as suggested
but it would be useful to handle it directly in the code since the service account is already indicated inside
local/system.conf
The text was updated successfully, but these errors were encountered: