Skip to content

v3.0.0 - Authenticate via Application Default Credentials

Latest
Compare
Choose a tag to compare
@cermakjiri cermakjiri released this 18 Nov 09:36
· 10 commits to main since this release

Major Changes

  • f836acf: 💥 Use application default credentials as only authentication method.

    Migration guide

    1. Remove .env.local

    2. Install gcloud first - https://cloud.google.com/sdk/docs/install

    3. Sign-in with Google:

      gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
    4. Fetch spreadsheets:

      lokse update
    5. In case of getting quote project warning:

      gcloud auth application-default set-quota-project <project-name>