[BETA] Version 0.3.1.0007 released! #25
zhenrong-wang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Information security is the top issue.
IMPORTANT: This upgrade is not compatible with 0.2.x
Main Changes:
1. Your SSH private key is encrypted and protected.
As you may know, the HPC-NOW generates and manages SSH keys for you to connect with the cloud clusters. SSH private keys are sensitive, especially the global operator private key in the
SSH_KEY_FOLDER
:Previously, the private keys were hidden, but not encrypted. Now, with this release, the private keys will be encrypted locally.
2. New commands added.
For developers, we introduced 2 important commands:
hpcopr encrypt
andhpcopr decrypt
. These 2 commands are convenient for users to decrypt sensitive files of one or several clusters. Therefore, users can check the TF files, cloud secrets, as well as cluster users' passwords easily.However, the
hpcopr decrypt
command is VERY RISKY!!!, and WE DO NOT RECOMMEND USE IT UNLESS YOU KNOW ALL THE CONSEQUENCES VERY CLEARLY:vault
directoryvault
directorystack
directorySSH_KEY_FOLDER
Please do encrypt the decrypted files by using
hpcopr encrypt
as soon as possible.We also added a CONTRIBUTING.md to this project, looking forward to your feedback and contributions!
HPC-NOW: Start your HPC journey in the cloud now.
This discussion was created from the release [BETA] Version of 0.3.1.0007 released!.
Beta Was this translation helpful? Give feedback.
All reactions