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
ReToCode
changed the title
Align flag naming according to the discussion
Serving Encryption: Align flag naming according to the discussion
Sep 14, 2023
ReToCode
changed the title
Serving Encryption: Align flag naming according to the discussion
Align flag naming according to the discussion
Sep 14, 2023
Context
According to the discussion in https://docs.google.com/document/d/1b-aCADlUBo2FZEDp5z5XoXlfUT6CvED339fcAdKY66o and https://docs.google.com/document/d/1rpag5-zffHGxAT7V4Nv28C_xx5Ow6L4mZuHbe3ebOQ8, we agreed that we want to align the flags related to Serving Encryption.
Desired target state
We would like to have three flags to configure everything related to Serving Encryption:
external-domain-tls
: true, false (bool)cluster-local-domain-tls
: "disabled", "enabled" (enum) - with options to add mutual, identity latersystem-internal-tls
: "disabled", "enabled" (enum) - with options to add mutual, identity laterPlease note, the existing flags need to still work with the following mapping:
autoTLS
=external-domain-tls
system-internal-tls
=internal-encryption
Work
networking
, make sure that the old flags are mapped to the new onesnetworking
,pkg
(if any),serving
, allnet-*
repos -> Use the aligned flags and certificate secrets in all components #14369 (comment)The text was updated successfully, but these errors were encountered: