Skip to content

Commit 2abfb24

Browse files
[OIDC] Release notes (#165)
# Summary Release notes for OIDC integration. ## Proof of Work <!-- Enter your proof that it works here.--> ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you checked for release_note changes? ## Reminder (Please remove this when merging) - Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible - Our Short Guide for PRs: [Link](https://docs.google.com/document/d/1T93KUtdvONq43vfTfUt8l92uo4e4SEEvFbIEKOxGr44/edit?tab=t.0) - Remember the following Communication Standards - use comment prefixes for clarity: * **blocking**: Must be addressed before approval. * **follow-up**: Can be addressed in a later PR or ticket. * **q**: Clarifying question. * **nit**: Non-blocking suggestions. * **note**: Side-note, non-actionable. Example: Praise * --> no prefix is considered a question --------- Co-authored-by: Dan Mckean <[email protected]>
1 parent cc893f1 commit 2abfb24

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@
1515
* The **ClusterMongoDBRole** resource can be deleted at any time, but the operator will not delete any roles that were created using this resource. To properly remove access, you must **manually** remove the reference to the **ClusterMongoDBRole** in the **MongoDB** or **MongoDBMultiCluster** resources.
1616
* The reference documentation for this resource can be found here: **TODO** (link to documentation)
1717
* For more information please see: **TODO** (link to documentation)
18-
18+
* **MongoDB**, **MongoDBMulti**: Added support for OpenID Connect (OIDC) user authentication.
19+
* OIDC authentication can be configured with `spec.security.authentication.modes=OIDC` and `spec.security.authentication.oidcProviderConfigs` settings.
20+
* Minimum MongoDB version requirements:
21+
* `7.0.11`, `8.0.0`
22+
* Only supported with MongoDB Enterprise Server
23+
* For more information please see:
24+
* [Secure Client Authentication with OIDC](https://www.mongodb.com/docs/kubernetes/upcoming/tutorial/secure-client-connections/) # TODO
25+
* [Manage Database Users using OIDC](https://www.mongodb.com/docs/kubernetes/upcoming/manage-users/) # TODO
26+
* [Authentication and Authorization with OIDC/OAuth 2.0](https://www.mongodb.com/docs/manual/core/oidc/security-oidc/)
1927

2028
<!-- Past Releases -->
2129

@@ -32,7 +40,6 @@
3240

3341
# MCK 1.0.1 Release Notes
3442

35-
3643
## Bug Fixes
3744
* Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io.
3845
* **MongoDBCommunity** resource was missing from watched list in Helm Charts

0 commit comments

Comments
 (0)