Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecation Warning

With the release of Vault version [1.15.1][6], Vault now includes native support for Google Cloud Platform’s CloudSQL databases. Further details are available [here][7].

# vault-plugin-database-cloudsql

This is a Hashicorp Vault database plugin to connect to CloudSQL instances with [GoogleCloudPlatform/cloud-sql-go-connector][0].
Expand Down Expand Up @@ -102,3 +106,5 @@ make test
[3]: https://github.com/hashicorp/vault/tree/main/plugins/database
[4]: https://www.vaultproject.io/docs/plugins/plugin-architecture#plugin-registration
[5]: https://www.vaultproject.io/api-docs/system/plugins-catalog
[6]: https://github.com/hashicorp/vault/releases/tag/v1.15.0
[7]: https://github.com/hashicorp/vault/pull/22445