Trying to understand the new login details/mechanism. Well, new to me After I create a team and invite members, should said members get an email with a link to click? Suspecting a corporate email system blocking something, I even tried sending to my personal email, still nothing—not in Trash/Spam, etc.
And the API key—I understand that login or use of an API key may not be required now but will be soonish, so I want to get with the program. I set the env var with the appropriate variable and…
Should I see in a sync log something to indicate an auth with a key, etc., happened?
For the invites, we don’t send emails (yet), and team members should log in using the email you invited. Then, they should be able to accept invites via this link.
For some reason when I go to Billing & Usage from the web UI, I’m not getting a 404???
I was guessing I would see my sync that I thought I did with API key to be recorded there.
As for the API key bit, if you’re referencing registry: cloudquery in the spec and are not authenticated, you should get a warning:
when using the CloudQuery registry, it's recommended to log in via `cloudquery login`. Logging in allows for better rate limits and downloading of premium plugins
Ah yes, and this will happen if you have never done a cloudquery login and do not have the env var set with your key.
Error: failed to get team name from token: failed to get team from config: failed to read config file: open /root/.config/cloudquery/config.json: no such file or directory
Set the env var and all is well. So good… confirmed, my OCD has been satisfied