We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2c62b commit 1c2e965Copy full SHA for 1c2e965
README.md
@@ -1,5 +1,13 @@
1
# AlloyDB Auth Proxy
2
3
+[![CI][ci-badge]][ci-build]
4
+[![Go Reference][pkg-badge]][pkg-docs]
5
+
6
+[ci-badge]: https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/actions/workflows/tests.yaml/badge.svg?event=push
7
+[ci-build]: https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/actions/workflows/tests.yaml?query=event%3Apush+branch%3Amain
8
+[pkg-badge]: https://pkg.go.dev/badge/github.com/GoogleCloudPlatform/alloydb-auth-proxy.svg
9
+[pkg-docs]: https://pkg.go.dev/github.com/GoogleCloudPlatform/alloydb-auth-proxy
10
11
The AlloyDB Auth Proxy is a binary that provides IAM-based authorization and
12
encryption when connecting to an AlloyDB instance.
13
0 commit comments