Skip to content

Commit 430ce44

Browse files
lilypan26Lily Pan
and
Lily Pan
authored
Add Trusted Launch fields to AgentPoolSecurityProfile (#26850)
* add trusted launch fields to AgentPoolSecurityProfile * fix link to docs * add new words to cspell.json * fix links to docs again --------- Co-authored-by: Lily Pan <[email protected]>
1 parent efe6496 commit 430ce44

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

cSpell.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@
177177
"Noreuse"
178178
]
179179
},
180+
{
181+
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/**/*json",
182+
"words": [
183+
"vtpm",
184+
"trustedlaunch"
185+
]
186+
},
180187
{
181188
"filename": "**/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json",
182189
"words": [

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7146,6 +7146,14 @@
71467146
"sshAccess": {
71477147
"$ref": "#/definitions/AgentPoolSSHAccess",
71487148
"description": "SSH access method of an agent pool."
7149+
},
7150+
"enableVTPM": {
7151+
"type": "boolean",
7152+
"description": "vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false."
7153+
},
7154+
"enableSecureBoot": {
7155+
"type": "boolean",
7156+
"description": "Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false."
71497157
}
71507158
},
71517159
"description": "The security settings of an agent pool."

0 commit comments

Comments
 (0)