Skip to content

Commit 1d0b449

Browse files
ferrarimarcoCopybara
authored andcommitted
chore: archive unmaintained projects
alloydb-auth-workload-identity alloydbomni-ha-patroni-etcd bulk-delete-gcs-files-fn dataflow-gcs-avro-to-spanner-scd streamlit-pubsub Change-Id: I49254b3241d490f520a80f63bbb8f038c7f00acf GitOrigin-RevId: 3523aaac9fce12819bf44fd948fa63c9dda9cf8e
1 parent 79ceca9 commit 1d0b449

File tree

115 files changed

+41
-43155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+41
-43155
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
"groupName": "gemini-powered-migrations-to-google-cloud",
186186
"commitMessagePrefix": "chore(deps): [gemini-powered-migrations-to-google-cloud]"
187187
},
188+
{
189+
"matchFileNames": ["projects/gke-optimization/**"],
190+
"groupName": "gke-optimization",
191+
"commitMessagePrefix": "chore(deps): [gke-optimization]"
192+
},
188193
{
189194
"matchFileNames": ["projects/hive-bigquery-connector-demo/**"],
190195
"groupName": "hive-bigquery-connector-demo",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @GoogleCloudPlatform/cloud-solutions-the-repo-admin

projects/alloydb-auth-workload-identity/buildtest.dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
title: Authenticate to AlloyDB via workload identity from GKE clusters
22

33
nav:
4-
- 'Overview': 'index.md'
5-
- 'Howto': 'howto.md'
6-
- 'How To make this work with python': 'python.md'
4+
- "Overview": "index.md"

projects/alloydb-auth-workload-identity/docs/howto.md

Lines changed: 0 additions & 217 deletions
This file was deleted.
Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
11
# Secure and fast access to AlloyDB from GKE applications
22

3-
## Background
3+
Update **2026-01-19**:
44

5-
The AlloyDB for PostgreSQL
6-
[supports](https://cloud.google.com/alloydb/docs/manage-iam-authn)
7-
authentication via
8-
[Google Cloud Service Account](https://cloud.google.com/iam/docs/service-account-overview),
9-
this way removes the requirement of managing the username/password as secrets
10-
for applications to authenticate to the database.
11-
12-
This feature can be combined with the
13-
[workload identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity)
14-
feature of GKE to let applications running in GKE to authenticate to AlloyDB
15-
directly using the associated service account.
16-
17-
However, the existent documentation only describes authentication through an
18-
[auth_proxy](https://cloud.google.com/alloydb/docs/quickstart/integrate-kubernetes#auth-proxy),
19-
which has two disadvantages:
20-
21-
- The sidecar might impact the performance
22-
- Extra efforts need to be taken to setup the sidecar in the application
23-
deployment
24-
25-
This [guide](howto.md) describes a way to make the applications in GKE
26-
authenticate to AlloyDB using workload identity without the auth_proxy.
5+
This project has been archived. You can still access the code by browsing the
6+
repository at
7+
[commit 79ceca9](https://github.com/GoogleCloudPlatform/cloud-solutions/tree/79ceca9b9ff498d2af6101f264b1c731c8911aee/projects/alloydb-auth-workload-identity)

projects/alloydb-auth-workload-identity/docs/python.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

projects/alloydb-auth-workload-identity/src/python/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

projects/alloydb-auth-workload-identity/src/python/pyproject.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)