azurerm_kubernetes_cluster/azurerm_kubernetes_cluster_node_pool - support node pool security_profile - #30828
Open
hqhqhqhqhqhqhqhqhqhqhq wants to merge 3 commits into
Conversation
azurerm_kubernetes_cluster_node_pool - support for the security_profile property
ms-henglu
suggested changes
Oct 20, 2025
hqhqhqhqhqhqhqhqhqhqhq
force-pushed
the
feature/aks-node-pool-security-profile
branch
from
November 12, 2025 07:55
4d8fbfd to
bc7b9d1
Compare
hqhqhqhqhqhqhqhqhqhqhq
force-pushed
the
feature/aks-node-pool-security-profile
branch
from
November 12, 2025 07:58
bc7b9d1 to
b1c30b9
Compare
Collaborator
Author
|
Hi @ms-henglu updated, ready for another review |
hqhqhqhqhqhqhqhqhqhqhq
marked this pull request as ready for review
December 1, 2025 00:26
hqhqhqhqhqhqhqhqhqhqhq
requested review from
a team,
WodansSon and
magodo
as code owners
December 1, 2025 00:26
11 tasks
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8 tasks
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Collaborator
|
@hqhqhqhqhqhqhqhqhqhqhq - One or more tests newly failed in this PR. Please review the failures. Total: 290 Test Details
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community Note
Description
Adds support for configuring AKS node pool Secure Boot and vTPM settings through a
security_profileblock on:azurerm_kubernetes_cluster_node_poolazurerm_kubernetes_cluster.default_node_poolThe block is supported during creation and through the existing node pool cycling flow when changed.
PR Checklist
Changes to existing Resource / Data Source
Testing
Tested with:
Acceptance test results:
Change Log
azurerm_kubernetes_cluster- supportsecurity_profilein thedefault_node_poolblockazurerm_kubernetes_cluster_node_pool- support for thesecurity_profileblockThis is a (please select all that apply):
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
This adds configuration support for AKS node pool Secure Boot and vTPM settings.