|
service_accounts = service.projects().serviceAccounts().list(name="projects/" + self.project_id).execute()["accounts"] |
I set pageSize to 100 (the max) to resolve my personal issue with this but a proper implementation would keep going until it finds a match or exhausts them all.
skyplane/skyplane/compute/gcp/gcp_auth.py
Line 193 in 4602d9c
I set pageSize to 100 (the max) to resolve my personal issue with this but a proper implementation would keep going until it finds a match or exhausts them all.