You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sign-in screen appears. After you sign in, your credentials are stored in the local credential file used by ADC.
70
71
71
-
## GCP Object Storage Config Provider
72
-
The Oracle DataSource uses a new prefix `jdbc:oracle:thin:@config-gcp-object:` to be able to identify that the configuration parameters should be loaded using GCP Object Storage. Users only need to indicate the project, bucket and object containing the JSON payload, with the following syntax:
72
+
## GCP Cloud Storage Config Provider
73
+
The Oracle DataSource uses a new prefix `jdbc:oracle:thin:@config-gcpstorage:` to be able to identify that the configuration parameters should be loaded using GCP Object Storage. Users only need to indicate the project, bucket and object containing the JSON payload, with the following syntax:
@@ -146,8 +147,8 @@ For the JSON type of provider (GCP Object Storage, HTTP/HTTPS, File) the passwor
146
147
- method
147
148
- optional parameters (depends on the cloud provider).
148
149
149
-
## GCP Vault Secret Config Provider
150
-
Apart from GCP Object Storage, users can also store JSON Payload in the content of GCP Secret Manager secret. Users need to indicate the resource name:
150
+
## GCP Secret Manager Config Provider
151
+
Apart from GCP Cloud Storage, users can also store JSON Payload in the content of GCP Secret Manager secret. Users need to indicate the resource name:
Copy file name to clipboardexpand all lines: ojdbc-provider-gcp/src/main/java/oracle/jdbc/provider/gcp/configuration/GcpCloudStorageConfigurationProvider.java
Copy file name to clipboardexpand all lines: ojdbc-provider-gcp/src/main/java/oracle/jdbc/provider/gcp/configuration/GcpSecretManagerConfigurationProvider.java
Copy file name to clipboardexpand all lines: ojdbc-provider-gcp/src/test/java/oracle/provider/gcp/configuration/GcpSecretManagerConfigurationProviderTest.java
Copy file name to clipboardexpand all lines: ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/gcp/configuration/SimpleCloudStorageExample.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@
46
46
47
47
/**
48
48
* A standalone example that configures Oracle JDBC to be provided with the
49
-
* connection properties retrieved from OCI Object Storage.
49
+
* connection properties retrieved from OCI Cloud Storage.
0 commit comments