Skip to content

Commit db1cc54

Browse files
ZdravkoDonev-redisyaronp68andy-stark-redisCopilot
authored
Apply suggestions from code review
Co-authored-by: Yaron Parasol <[email protected]> Co-authored-by: andy-stark-redis <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 50aec7f commit db1cc54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/spanner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for more details, including additional configuration options and dialect-specifi
6161
## 3. Create a service account
6262

6363
To allow RDI to access the Spanner instance, you'll need to create a service account with the
64-
appropriate permissions. By default, RDI uses Google Cloud Workload Identity authentication
64+
appropriate permissions. By default, RDI uses Google Cloud Workload Identity authentication. In this case RDI will assume the [service account is assigned to the GKE cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity#enable_on_clusters_and_node_pools)
6565
when the service account is assigned to the GKE cluster. Alternatively, you can provide the
6666
service account credentials as a Kubernetes secret (see step 4 for details).
6767

@@ -127,7 +127,7 @@ Before deploying the RDI pipeline, you need to configure the necessary secrets f
127127
database. Instructions for setting up the target database secrets are available in the
128128
[RDI deployment guide]({{< relref "/integrate/redis-data-integration/data-pipelines/deploy#set-secrets-for-k8shelm-deployment-using-kubectl-command" >}}).
129129
130-
**Optional**: If you prefer to use service account credentials file instead of Workload Identity
130+
**Optional**: If you prefer to use a service account credentials file instead of Workload Identity
131131
authentication, you'll need to create a Spanner-specific secret named `source-db-credentials`.
132132
This secret should contain the service account key file generated during the Spanner setup phase.
133133
Use the command below to create it:
@@ -160,7 +160,7 @@ sources:
160160
project_id: your-project-id
161161
instance_id: your-spanner-instance
162162
database_id: your-spanner-database
163-
# use_credentials_file: false # Set to true if using service account credentials file instead of Workload Identity
163+
# use_credentials_file: false # Default: uses Workload Identity. Set to true to use service account credentials file instead
164164
change_streams:
165165
change_stream_all:
166166
{}

content/integrate/redis-data-integration/release-notes/rdi-1-14-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |
1212
Better TLS/mTLS support across components.
1313
linkTitle: 1.14.1 (August 2025)
1414
toc: 'true'
15-
weight: 978
15+
weight: 977
1616
---
1717

1818
{{< note >}}This maintenance release replaces the 1.14.0 release.{{< /note >}}

0 commit comments

Comments
 (0)