SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
sysutils/cloud-sql-proxy/pkg/DESCR
Normal file
25
sysutils/cloud-sql-proxy/pkg/DESCR
Normal file
|
@ -0,0 +1,25 @@
|
|||
The Cloud SQL Auth proxy is a utility for ensuring secure connections to your
|
||||
Cloud SQL instances. It provides IAM authorization, allowing you to control who
|
||||
can connect to your instance through IAM permissions, and TLS 1.3 encryption,
|
||||
without having to manage certificates.
|
||||
|
||||
See the Connecting Overview page
|
||||
(https://cloud.google.com/sql/docs/mysql/connect-overview) for more information
|
||||
on connecting to a Cloud SQL instance, or the About the proxy page
|
||||
(https://cloud.google.com/sql/docs/mysql/sql-proxy) for details on how the Cloud
|
||||
SQL proxy works.
|
||||
|
||||
The Cloud SQL Auth proxy has support for:
|
||||
|
||||
- Automatic IAM Authentication (Postgres only)
|
||||
- Metrics (Cloud Monitoring, Cloud Trace, and Prometheus)
|
||||
- HTTP Healthchecks
|
||||
- Service account impersonation
|
||||
- Separate Dialer functionality released as the Cloud SQL Go Connector
|
||||
- Configuration with environment variables
|
||||
- Fully POSIX-compliant flags
|
||||
|
||||
NOTE: The proxy does not configure the network between the VM it's running on
|
||||
and the Cloud SQL instance. You MUST ensure the proxy can reach your Cloud SQL
|
||||
instance, either by deploying it in a VPC that has access to your Private IP
|
||||
instance, or by configuring Public IP.
|
1
sysutils/cloud-sql-proxy/pkg/PLIST
Normal file
1
sysutils/cloud-sql-proxy/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@bin bin/cloud-sql-proxy
|
Loading…
Add table
Add a link
Reference in a new issue