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
Copy file name to clipboardExpand all lines: README.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1109,6 +1109,10 @@ The API offers the `OracleNoSQLConfigurations` class to programmatically set up
1109
1109
1110
1110
| `jnosql.oracle.nosql.namespace` | Namespace name in Oracle NoSQL on-premises.
1111
1111
1112
+
| `jnosql.oracle.nosql.profile.name` | Specifies the profile name used to load session token in Oracle NoSQL cloud.
1113
+
1114
+
| `jnosql.oracle.nosql.config.file` | Specifies the path of configuration file used to load session token in Oracle NoSQL cloud.
1115
+
1112
1116
| `jnosql.oracle.nosql.deployment` | Specifies the deployment type for Oracle NoSQL database. You can choose from the following options:
1113
1117
1114
1118
- `ON_PREMISES`: Represents an on-premises deployment where software solutions are deployed and managed within an organization's physical premises or data centers.
@@ -1120,6 +1124,8 @@ The API offers the `OracleNoSQLConfigurations` class to programmatically set up
1120
1124
- `CLOUD_RESOURCE_PRINCIPAL`: Represents a cloud deployment using resource principal for authentication and authorization.
1121
1125
1122
1126
- `CLOUD_INSTANCE_OBO_USER`: Represents a cloud deployment using instance principal for delegation with an OBO token.
1127
+
1128
+
- `CLOUD_SECURITY_TOKEN`: Represents a "Cloud" deployment using resource principal for delegation with an OBO token.
1123
1129
|===
1124
1130
1125
1131
Below are examples using Oracle NoSQL's Document API and Key-Value API with MicroProfile Config.
0 commit comments