Skip to content

Commit

Permalink
Add Trusted Launch fields to AgentPoolSecurityProfile (#26850)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
lilypan26 and Lily Pan authored Nov 30, 2023
1 parent efe6496 commit 430ce44
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@
"Noreuse"
]
},
{
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/**/*json",
"words": [
"vtpm",
"trustedlaunch"
]
},
{
"filename": "**/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json",
"words": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7146,6 +7146,14 @@
"sshAccess": {
"$ref": "#/definitions/AgentPoolSSHAccess",
"description": "SSH access method of an agent pool."
},
"enableVTPM": {
"type": "boolean",
"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."
},
"enableSecureBoot": {
"type": "boolean",
"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."
}
},
"description": "The security settings of an agent pool."
Expand Down

0 comments on commit 430ce44

Please sign in to comment.