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.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ features = ["sync"]
55
55
|`in-use-encryption`| Enable support for client-side field level encryption and queryable encryption. Note that re-exports from the `mongocrypt` crate may change in backwards-incompatible ways while that crate is below version 1.0. |
56
56
|`tracing-unstable`| Enable support for emitting [`tracing`](https://docs.rs/tracing/latest/tracing/) events. This API is unstable and may be subject to breaking changes in minor releases. |
57
57
|`compat-3-0-0`| Required for future compatibility if default features are disabled. |
58
+
|`azure-oidc`| Enable support for Azure OIDC environment authentication. |
59
+
|`gcp-oidc`| Enable support for GCP OIDC environment authentication. |
0 commit comments