软件包:cloudsql-proxy(1.17.0-5 以及其他的)
cloudsql-proxy 的相关链接
Debian 的资源:
下载源码包 cloudsql-proxy:
- [cloudsql-proxy_1.17.0-5.dsc]
- [cloudsql-proxy_1.17.0.orig.tar.gz]
- [cloudsql-proxy_1.17.0-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
connect securely to a 2nd generation Cloud SQL DB
The Cloud SQL Proxy allows a user with the appropriate permissions to connect to a Second Generation Google Cloud SQL database without having to deal with IP whitelisting or SSL certificates manually. It works by opening unix/tcp sockets on the local machine and proxying connections to the associated Cloud SQL instances when the sockets are used.
Optional functionality can be enabled (--fuse) with access to `/dev/fuse` as well as the `fusermount` binary.
By default, the proxy will authenticate under the default service account of the Compute Engine VM it is running on. Therefore, the VM must have at least the sqlservice.admin API scope ("https://www.googleapis.com/auth/sqlservice.admin") and the associated project must have the SQL Admin API enabled. The default service account must also have at least WRITER/EDITOR privileges to any projects of target SQL instances.
其他与 cloudsql-proxy 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- rec: fuse
- Filesystem in Userspace