-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
ALL
-
Security 2024-02-19, Security 2024-03-04
-
154
google-cloud-compute was added to poetry since it's needed for the external_auth_oidc_gcp task. Adding it to poetry means that it gets installed on every build of the server across all variants, which is both excessive and responsible for a BF on MacOS, which has slightly different versions of some of its dependencies.
We can remove this package and instead try installing it directly in external_auth_oidc_gcp's setup and teardown tasks.