Skip to content

OSDOCS#14025: Removing note saying that modern profile isn't supporte… #92144

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/tls-profiles-ingress-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
<2> Specify the appropriate field for the selected type:
* `old: {}`
* `intermediate: {}`
* `modern: {}`
* `custom:`
<3> For the `custom` type, specify a list of TLS ciphers and minimum accepted TLS version.

Expand Down
3 changes: 2 additions & 1 deletion modules/tls-profiles-kubelet-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
# ...
----

You can see the ciphers and the minimum TLS version of the configured TLS security profile in the `kubelet.conf` file on a configured node.
You can see the ciphers and the minimum TLS version of the configured TLS security profile in the `kubelet.conf` file on a configured node.

.Prerequisites

Expand Down Expand Up @@ -75,6 +75,7 @@ spec:
<2> Specify the appropriate field for the selected type:
* `old: {}`
* `intermediate: {}`
* `modern: {}`
* `custom:`
<3> For the `custom` type, specify a list of TLS ciphers and minimum accepted TLS version.
<4> Optional: Specify the machine config pool label for the nodes you want to apply the TLS security profile.
Expand Down
6 changes: 1 addition & 5 deletions modules/tls-profiles-kubernetes-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ The TLS security profile defines the minimum TLS version and the TLS ciphers req

You can see the configured TLS security profile in the `APIServer` custom resource (CR) under `Spec.Tls Security Profile`. For the `Custom` TLS security profile, the specific ciphers and minimum TLS version are listed.

[NOTE]
====
The control plane does not support TLS `1.3` as the minimum TLS version; the `Modern` profile is not supported because it requires TLS `1.3`.
====

.Prerequisites

* You have access to the cluster as a user with the `cluster-admin` role.
Expand Down Expand Up @@ -84,6 +79,7 @@ spec:
<2> Specify the appropriate field for the selected type:
* `old: {}`
* `intermediate: {}`
* `modern: {}`
* `custom:`
<3> For the `custom` type, specify a list of TLS ciphers and minimum accepted TLS version.

Expand Down
4 changes: 0 additions & 4 deletions modules/tls-profiles-understanding.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ This profile is the recommended configuration for the majority of clients.
|This profile is intended for use with modern clients that have no need for backwards compatibility. This profile is based on the link:https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility[Modern compatibility] recommended configuration.

The `Modern` profile requires a minimum TLS version of 1.3.
[NOTE]
====
In {product-title} 4.6, 4.7, and 4.8, the `Modern` profile is unsupported. If selected, the `Intermediate` profile is enabled.
====

|`Custom`
|This profile allows you to define the TLS version and ciphers to use.
Expand Down