cloudsql-proxy 1.17.0-6 source package in Ubuntu

Changelog

cloudsql-proxy (1.17.0-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on
      golang-github-go-sql-driver-mysql-dev.
    + golang-github-googlecloudplatform-cloudsql-proxy-dev: Drop versioned
      constraint on golang-github-go-sql-driver-mysql-dev in Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 17:09:18 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
cloudsql-proxy_1.17.0-6.dsc 2.5 KiB 8f6778525c6259e0db25dedb349f9c687566277080ad88ecd21908cd8580b6e6
cloudsql-proxy_1.17.0.orig.tar.gz 65.5 KiB 65c5a53003c5b9cc6d7dbf6856fd2f91fc016dadc3f921f9afd33a20fab7d087
cloudsql-proxy_1.17.0-6.debian.tar.xz 7.8 KiB c6405600fce0c2eca4a487b74f98408af7f886edfbc0d20b7df7f267d635c866

Available diffs

No changes file available.

Binary packages built by this source

cloudsql-proxy: 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-dbgsym: debug symbols for cloudsql-proxy
golang-github-googlecloudplatform-cloudsql-proxy-dev: connect securely to a 2nd generation Cloud SQL DB (Go library)

 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.
 .
 This package contains the github.com/GoogleCloudPlatform/cloudsql-proxy
 Go library.