New issue
Advanced search Search tips

Issue 868581 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

CLI tools that access CIDB should automatically use Cloud SQL Proxy

Project Member Reported by la...@chromium.org, Jul 27

Issue description

Rather than whitelisting corp IPs we should use https://cloud.google.com/sql/docs/mysql/sql-proxy which uses user-based authentication instead.

While we do intend to move away from direct CIDB access I think realistically these tools won't have replacements in the medium term.
 
Context: crbug.com/868197
Alternatively, they could use a CI web API and not use SQL at all.
Status: Available (was: Untriaged)
Trying to understand a bit more: This was done recently for Chromite wasn't it? And by Cloud SQL Proxy you mean using a service account which goes through a proxy for the actual MySQL connection?
> This was done recently for Chromite wasn't it?

Not that I'm aware of. lib/cidb.py doesn't reference a proxy anywhere anyway...

Sign in to add a comment