mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Why: * Previously, when running a directory sync with the Google Workspace IdP adapter, if a service account had been configured but there was a problem getting an access token for the service account, the sync job would fall back to using a personal access token. We no longer want to rely on any personal access token once a service account has been configured. This commit will make sure that if a service account is configured there is no way to fall back to any personal access token. Fixes #8409