fix(gcp): do not require organization id to get projects (#5637)

This commit is contained in:
Sergio Garcia
2024-11-05 12:24:07 -05:00
committed by GitHub
parent 78fb540bbb
commit a109cd2816
+1 -1
View File
@@ -411,7 +411,7 @@ class GcpProvider(Provider):
@staticmethod
def get_projects(
credentials: Credentials, organization_id: str
credentials: Credentials, organization_id: str = None
) -> dict[str, GCPProject]:
"""
Get the projects accessible by the provided credentials. If an organization ID is provided, only the projects under that organization are returned.