-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Hgs with Certificate Stored in keyvault #2685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7138f92
Merge remote-tracking branch 'Azure/master'
uday31in a9ae227
Merge remote-tracking branch 'refs/remotes/Azure/master'
uday31in db2d778
HGS
uday31in 40a512b
modify readme.md
uday31in a690e9c
adding medata.json
uday31in cc4fa63
modifying title
uday31in b580420
edit readme.md
uday31in 58606d9
fix for AssertionError: hgs/metadata.json - #/itemDisplayName:Failed …
uday31in ef0120c
Merge remote-tracking branch 'refs/remotes/Azure/master'
uday31in 5da3aa0
upate metadata
uday31in b465343
update displayname
uday31in 6451085
addessing travis CI #1
uday31in 4b23c71
renaming folder to lowercasing
uday31in 17f8492
Merge remote-tracking branch 'origin/master'
uday31in 5b126f7
fix metadata.json
uday31in e55e0e1
fix for url
uday31in 7abed32
fix for raw.github url
uday31in 42ef32b
removing DSCInitScriptFolder
uday31in b213417
Adding support for KV
uday31in ef5963a
Fix for Generate self-signed cetificate and parsing
uday31in 606b67e
Fixing Cert permission
uday31in 20f835b
hgs-keyvault
uday31in b7bf302
Adding support dnsNameforLB
uday31in 57d05db
adding .ci_skip
uday31in File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # Deploy Host Guardian Service (HGS) + KeyVault For Shielded VM in Windows Server 2016 in Standalone or High Availability mode using Failover Clustering. | ||
|
|
||
| <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fuday31in%2Fazure-quickstart-templates%2Fmaster%2Fhgs%2Fazuredeploy.json" target="_blank"> | ||
| <img src="http://azuredeploy.net/deploybutton.png"/> | ||
| </a> | ||
| <a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2Fuday31in%2Fazure-quickstart-templates%2Fmaster%2Fhgs%2Fazuredeploy.json" target="_blank"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same |
||
| <img src="http://armviz.io/visualizebutton.png"/> | ||
| </a> | ||
|
|
||
| This template allows you to Deploy Host Guardian Service For Shielded VM in Windows Server 2016 in Standalone mode (numberOfInstances=1) or in High Availability mode (numberOfInstances=1+) using Windows Failover Clustering. | ||
|
|
||
| This template creates an Availability Set for SLA of 99.95% when deployed with high availability (i.e. numberOfInstances=2+ ) and configure NAT rules through the load balancer. | ||
|
|
||
| The “Host Guardian Service” (HGS) is a new server role introduced in Windows Server 2016. HGS provides Attestation and Key Protection services that enable Hyper-V to run Shielded virtual machines. A Hyper-V host is known as a “guarded host” once the Attestation service affirmatively validates its identity & configuration. Once affirmatively attested, the Key Protection service provides the transport key (TK) needed to unlock & run Shielded VMs. | ||
|
|
||
| Shielded VMs protect VM data and state by supporting a virtual TPM (vTPM) device which allows BitLocker encryption of the VM’s disks. This vTPM device is encrypted with a transport key. HGS is a security critical component that protects the TK. In addition, there are significant security enhancements made across multiple components (including Hyper-V) that raise the security assurance levels for Shielded VMs. For more details on terms like Shielded VMs, guarded fabric, guarded hosts, etc. click here. | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this link point to hgs-keyvault instead of hgs?