We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316068c commit e7da0e0Copy full SHA for e7da0e0
jnosql-oracle-nosql/src/main/java/org/eclipse/jnosql/databases/oracle/communication/DeploymentType.java
@@ -134,6 +134,10 @@ public Optional<AuthorizationProvider> apply(Settings settings) {
134
}
135
136
},
137
+
138
+ /**
139
+ * Represents a "Cloud" deployment using OKE workload identity for authentication and authorization.
140
+ */
141
CLOUD_OKE_WORKLOAD_IDENTITY {
142
@Override
143
public Optional<AuthorizationProvider> apply(Settings settings) {
0 commit comments