Skip to content

Commit 1450b08

Browse files
committed
Revert "chore(docs): add warning for encoded credential"
This reverts commit b28885f.
1 parent b28885f commit 1450b08

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,6 @@ public class ConnectionOptions {
229229
/** Name of the 'encodedCredentials' connection property. */
230230
public static final String ENCODED_CREDENTIALS_PROPERTY_NAME = "encodedCredentials";
231231

232-
/** System property used to enable encoded credentials.
233-
* WARNING: Enabling this property without proper validation can
234-
* expose the application to security risks.
235-
* It is intended for use with credentials from a trusted source only,
236-
* as it could otherwise allow end-users to supply arbitrary credentials.
237-
* For more information, see
238-
* https://cloud.google.com/docs/authentication/client-libraries#external-credentials
239-
*/
240232
public static final String ENABLE_ENCODED_CREDENTIALS_SYSTEM_PROPERTY =
241233
"ENABLE_ENCODED_CREDENTIALS";
242234

0 commit comments

Comments
 (0)