File tree Expand file tree Collapse file tree 19 files changed +95
-0
lines changed
AKSWindows2019+CustomCloud+ootcredentialprovider
AKSWindows2019+CustomCloud
AKSWindows2019+CustomVnet
AKSWindows2019+EnablePrivateClusterHostsConfigAgent
AKSWindows2019+K8S119+CSI
AKSWindows2019+K8S119+FIPS
AKSWindows2019+KubeletClientTLSBootstrapping
AKSWindows2019+KubeletServingCertificateRotation
AKSWindows2019+ManagedIdentity
AKSWindows2019+SecurityProfile
AKSWindows2019+ootcredentialprovider
AKSWindows23H2Gen2+NextGenNetworkingDisabled
AKSWindows23H2Gen2+NextGenNetworkingNoConfig
AKSWindows23H2Gen2+NextGenNetworking Expand file tree Collapse file tree 19 files changed +95
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,11 @@ $global:SecureTLSBootstrappingAADResource = "{{GetSecureTLSBootstrappingAADResou
185185$global :SecureTLSBootstrappingUserAssignedIdentityID = " {{GetSecureTLSBootstrappingUserAssignedIdentityID}}" ;
186186$global :CustomSecureTLSBootstrappingClientDownloadURL = " {{GetCustomSecureTLSBootstrappingClientDownloadURL}}" ;
187187
188+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
189+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
190+ # TODO(cameissner): remove once 2025-10B image is released
191+ $global :AKSAADServerAppID = " 6dae42f8-4368-4678-94ff-3960e28e3630"
192+
188193# Disable OutBoundNAT in Azure CNI configuration
189194$global :IsDisableWindowsOutboundNat = [System.Convert ]::ToBoolean(" {{GetVariable " isDisableWindowsOutboundNat" }}" );
190195
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ $global:SecureTLSBootstrappingAADResource = "";
179179$global:SecureTLSBootstrappingUserAssignedIdentityID = "";
180180$global:CustomSecureTLSBootstrappingClientDownloadURL = "";
181181
182+ # uniquely identifies AKS's Entra ID application, see: https://learn.microsoft.com/en-us/azure/aks/kubelogin-authentication#how-to-use-kubelogin-with-aks
183+ # this is used by aks-secure-tls-bootstrap-client.exe when requesting AAD tokens
184+ # TODO(cameissner): remove once 2025-10B image is released
185+ $global:AKSAADServerAppID = "6dae42f8-4368-4678-94ff-3960e28e3630"
186+
182187# Disable OutBoundNAT in Azure CNI configuration
183188$global:IsDisableWindowsOutboundNat = [System.Convert]::ToBoolean("false");
184189
You can’t perform that action at this time.
0 commit comments