-
Notifications
You must be signed in to change notification settings - Fork 14
BYOL 4.0 release notes #896
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
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| - **I95-62016 Sanitize sensitive information from logs and files on disk** | ||
|
|
||
| _**Resolution:**_ Certain sensitive onboarding information is not properly scrubbed from files on disk and logs. |
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.
Under what conditions would the logs and files need to be scrubbed? Factory reset? Migration? Shutdown?
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.
This is in general - during onboarding (via cloud-init etc) the user provides some sensitive information as password for the peer node. The fix here is to ensure those information are not logged and not kept on permanent storage on disk.
docs/release_notes_byol_4.0.md
Outdated
| On first boot of the SSR volume, the instance the vTPM (if detected) will be automatically initialized with RSA encryption key pair. The BYOL image contains a script which can be used to validate the vTPM operations based on the initialization. | ||
|
|
||
| Encrypt: /home/t128/t128_tpm_crypto.sh encrypt -i secret.txt -o secret.txt.enc | ||
| Decrypt: /home/t128/t128_tpm_crypto.sh decrypt -i secret.txt.enc -o output.txt |
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.
These paths are incorrect. Should be /usr/libexec/128technology/t128_tpm_crypto
Co-authored-by: Chris Turner <47952861+Chr1st0ph3rTurn3r@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.