-
Notifications
You must be signed in to change notification settings - Fork 259
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
con-con: write policy, reference info and cert to container's rootfs #1708
Conversation
Due to `execve` limitation on the size of environment variable, write the base64 encoded security policy, UVM reference info and host AMD certificate to container's rootfs. Update existing test accordingly. Signed-off-by: Maksim An <maksiman@microsoft.com>
bf73ec5
to
c3577f5
Compare
badd28f
to
6564c06
Compare
Signed-off-by: Maksim An <maksiman@microsoft.com>
6564c06
to
354520c
Compare
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.
minor feedback
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.
minor feedback
Signed-off-by: Maksim An <maksiman@microsoft.com>
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.
lgtm
… and certs. (#23) Support file rather than env based scheme to acquire policy, uvm info and certs. To match microsoft/hcsshim#1708 This PR supports both methods to decouple testing/deployment. There will be a subsequent PR to remove support for the environment variable scheme. --------- Signed-off-by: Ken Gordon <ken.gordon@microsoft.com>
…icrosoft#1708) Due to `execve` limitation on the size of environment variable, write the base64 encoded security policy, UVM reference info and host AMD certificate to container's rootfs. Update existing test accordingly. Signed-off-by: Maksim An <maksiman@microsoft.com>
Due to
execve
limitation on the size of environment variable, write the base64 encoded security policy, UVM reference info and host AMD certificate to container's rootfs.Update existing test accordingly.