Can't get GCP working #395
-
I simply cannot figure out how to get GCP to work. I keep getting an authentication error and I don't know what's causing it. I can't find anything wrong with my configuration and it is being read in properly. The credentials in the config file are pasted straight from the file provided by Google for my service account. The service account is a DNS Administrator and has full read/write access to all DNS resources. For testing purposes, I even made the service account a member of the Owner role group to give it access to everything, in case a permission I wasn't expecting was needed and that didn't work either. My docker compose file is below, followed by my redacted debug log, including the settings read in from the config file. Could anyone point me towards what I'm missing? docker-compose.yml:
Debug log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sorry that was a BUG, which should be fixed in the latest version (repull the latest image). Please let me know if it works if you have time to try it, thanks! |
Beta Was this translation helpful? Give feedback.
Sorry that was a BUG, which should be fixed in the latest version (repull the latest image). Please let me know if it works if you have time to try it, thanks!