Skip to content

Commit e7da0e0

Browse files
committed
feat: include deployment type
Signed-off-by: Otavio Santana <[email protected]>
1 parent 316068c commit e7da0e0

File tree

1 file changed

+4
-0
lines changed
  • jnosql-oracle-nosql/src/main/java/org/eclipse/jnosql/databases/oracle/communication

1 file changed

+4
-0
lines changed

jnosql-oracle-nosql/src/main/java/org/eclipse/jnosql/databases/oracle/communication/DeploymentType.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ public Optional<AuthorizationProvider> apply(Settings settings) {
134134
}
135135
}
136136
},
137+
138+
/**
139+
* Represents a "Cloud" deployment using OKE workload identity for authentication and authorization.
140+
*/
137141
CLOUD_OKE_WORKLOAD_IDENTITY {
138142
@Override
139143
public Optional<AuthorizationProvider> apply(Settings settings) {

0 commit comments

Comments
 (0)