-
Notifications
You must be signed in to change notification settings - Fork 2
Add LUKS recovery key to vault #59
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
Conversation
1448093 to
1ccdc7a
Compare
105cc96 to
adfde15
Compare
|
Sorry about the wait. My dev branch was waaay out of date with main, and my local working tree had a lot of changes, too. It's all pretty well aligned now and the tests should be passing. If you can rebase on top of main now, we should be in good shape 🤞🏻 |
d52020e to
9b79967
Compare
|
@sorenisanerd can you pls review this? |
8ffdea8 to
3b39e7e
Compare
* Add LUKS recovery key to vault as part of mangoctl bootstrap or enroll for LUKS volumes in each node * added validation steps in self_test.sh * Added additional recovery_test.sh to run as part of integration test within run_tests.sh * add machine id entity metadata for a node in the vault * Add policy so node token can write (not update or read) recovery key in vault kv
154463b to
2901862
Compare
sorenisanerd
left a comment
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!
Congrats on your first PR getting merged :)
Add LUKS recovery key to vault
* Add LUKS recovery key to vault as part of mangoctl bootstrap or enroll
for LUKS volumes in each node
* added validation steps in self_test.sh
* Added additional recovery_test.sh to run as part of integration test
within run_tests.sh