-
Notifications
You must be signed in to change notification settings - Fork 210
doc: Atlas: Support TLS 1.3 (DOCSP-54400) #3903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
APIx bot: a message has been sent to Docs Slack channel |
jromo-mdb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
marcosuma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - can you sync with @marcabreracast as she's working on the PR to release support for TLS1.3 on Terraform - we should release both PRs more or less at the same time
|
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the MongoDB Atlas Terraform provider documentation and API specifications to remove support for deprecated TLS versions 1.0 and 1.1, retaining only TLS 1.2 and 1.3 as valid options for cluster configurations.
Key Changes:
- Removed TLS1_0 and TLS1_1 from enum values in API specification files
- Updated test configurations to use TLS1_2 instead of TLS1_1
- Updated all documentation files to reflect the supported TLS versions (1.2 and 1.3 only)
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/codegen/atlasapispec/raw-multi-version-api-spec.yml | Removed TLS1_0 and TLS1_1 from minimumEnabledTlsProtocol enum definitions in three locations |
| tools/codegen/atlasapispec/multi-version-api-spec.flattened.yml | Removed TLS1_0 and TLS1_1 from minimumEnabledTlsProtocol enum definitions in flattened spec |
| internal/testutil/acc/advanced_cluster_mig_TPF_test.go | Updated test configurations from TLS1_1 to TLS1_2 |
| docs/resources/cluster.md | Updated documentation to list only TLS1_2 and TLS1_3 as valid values |
| docs/resources/advanced_cluster.md | Updated documentation to list only TLS1_2 and TLS1_3 as valid values |
| docs/data-sources/clusters.md | Updated documentation to list only TLS1_2 and TLS1_3 as valid values |
| docs/data-sources/cluster.md | Updated documentation to list only TLS1_2 and TLS1_3 as valid values |
| docs/data-sources/advanced_clusters.md | Updated documentation to list only TLS1_2 and TLS1_3 as valid values |
| docs/data-sources/advanced_cluster.md | Updated documentation to list only TLS1_2 and TLS1_3 as valid values |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Replaces all mentions of TLS1_0 and 1_1 for 1_2 and 1_3
Link to any related issue(s): DOCSP-54400
Type of change:
Required Checklist:
Further comments