Jonathan Hess (he/him)
Jonathan Hess (he/him)
Makes configuration specific to a cloud sql instances instead of part of a global singleton. This change is small in size because it: - avoids changes to the public methods...
### Description The operator uses environment variables to configure the proxy instead of CLI flags because it is easier to accurately read and update the configuration. We introduce the envvar...
### Feature Description We should distribute copies of this license as well as all 3rd party licenses in software distribution bundles like container images. The cloud-sql-proxy-operator downloads all 3rd party...
When the application attempts to create a database connection, and the certificate or auth token has expired, pause until the certificate and token are refreshed. If the token is not...
Allow users to use the AuthProxyWorkload to configure both Cloud SQL and AlloyDB proxy connections.
K8s starts pod containers in the order they are specified, waiting for the post-start hook of a container to complete before moving to the next one. See [Delaying application start...
Currently github action unit tests for the PR take ~9 minutes to complete. About 5 minutes of this time is spent downloading tools and libraries. By updating the github action...
Private gke +private IP + istio + iam auth created a unique set of constraints. We should build a demo of how to use this combination.
Bundle related dependencies in the renovate configuration to ease the toil of upgrading the libraries.
Issue #397 [comment](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/397#issuecomment-1652525304) spells out the operator's behavior in more detail. Add this to the docs. Also, describe how #425 makes graceful shutdown work smoothly, including: - exit 0 on...