v1.14.2
Changelog
If you're using nctl auth set-project in CI with an APIServiceAccount you'll need to update the command to run nctl auth set-project --force.
Details
Until v1.14.0 nctl auth set-project would set a project without verifying if the user has access to that project in the first place. This led to confusion for users and therefore we introduced an error and suggestions how to verify which projects a user belongs to.
In some cases, nctl is unable to verify if it has access to a project and would always throw an error:
- When using an
APIServiceAccountin a sub-project. - When using an
APIServiceAccountwithout organizational access.
The nctl auth set-project --force flag allows you to override these checks and set a project anyway.
What's Changed
Full Changelog: v1.14.1...v1.14.2