File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ see the corresponding syntax:
183
183
.credential(credential)
184
184
.build());
185
185
186
+ .. _java-oidc-kubernetes:
187
+
186
188
Kubernetes
187
189
~~~~~~~~~~
188
190
@@ -276,4 +278,4 @@ page, see the following API documentation:
276
278
- `MongoClient <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoClient.html>`__
277
279
- `MongoCredential <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html>`__
278
280
- `MongoCredential.createOidcCredential() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#createOidcCredential(java.lang.String)>`__
279
- - `MongoCredential.withMechanismProperty() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#withMechanismProperty(java.lang.String,T)>`__
281
+ - `MongoCredential.withMechanismProperty() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#withMechanismProperty(java.lang.String,T)>`__
Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ and features:
47
47
:ref:`java-sync-client-bulk-write-replace` sections of the Bulk
48
48
Operations guide
49
49
50
+ .. replacement:: k8s-link
51
+
52
+ the :ref:`java-oidc-kubernetes` section of the OIDC (Workload
53
+ Identity Federation) guide
54
+
50
55
.. _java-version-5.3:
51
56
52
57
What's New in 5.3
You can’t perform that action at this time.
0 commit comments