Jonathan Hess (he/him)

Results 47 issues of 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...

priority: p2
type: docs
type: cleanup

### 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...

priority: p2
type: feature request

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.

type: feature request
priority: p2

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...

type: feature request
priority: p2

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...

type: process
priority: p2

Private gke +private IP + istio + iam auth created a unique set of constraints. We should build a demo of how to use this combination.

type: feature request
priority: p2

Bundle related dependencies in the renovate configuration to ease the toil of upgrading the libraries.

type: cleanup
priority: p2
api: tasks

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...

type: cleanup
priority: p2
type: docs