Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 4c82899

Browse files
chore: generate libraries at Wed Oct 22 20:11:58 UTC 2025
1 parent ae37945 commit 4c82899

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,10 @@ public class ConnectionProperties {
270270
ENCODED_CREDENTIALS_PROPERTY_NAME,
271271
"Base64-encoded credentials to use for this connection. If neither this property or a"
272272
+ " credentials location are set, the connection will use the default Google Cloud"
273-
+ " credentials for the runtime environment."
274-
+ " WARNING: Enabling this property without proper validation can"
275-
+ " expose the application to security risks."
276-
+ " It is intended for use with credentials from a trusted source only,"
277-
+ " as it could otherwise allow end-users to supply arbitrary credentials."
278-
+ " For more information, see"
273+
+ " credentials for the runtime environment. WARNING: Enabling this property without"
274+
+ " proper validation can expose the application to security risks. It is intended"
275+
+ " for use with credentials from a trusted source only, as it could otherwise allow"
276+
+ " end-users to supply arbitrary credentials. For more information, see"
279277
+ "https://cloud.google.com/docs/authentication/client-libraries#external-credentials",
280278
null,
281279
StringValueConverter.INSTANCE,

0 commit comments

Comments
 (0)