-
Notifications
You must be signed in to change notification settings - Fork 91
Improvement - password to create domain #961
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
Comments
The only passwords in createdomain is RCU, are these the passwords? You can put all the RCU information in the model according to the below. Please clarify that this is what you are talking about. |
I am using a password to decrypt the models as they are encrypted and another password for OPSS wallet. |
Hi, This is the command I am running
Previous script will ask for a password to unencrypt the model and a password to read the OPSS wallet. I know we can pass them by using the stdin. For example, I can use printf to pass credentials, using environment variables to pass them, a hidden file with credential with proper privileges. However, all these ways are easy to break by a potential attacker. Therefore, could you suggest a better way to proceed? Thanks a lot for your support. Best regards, |
If I run this command:
PR #972 added the ability to read the encryption passphrase from a file or an environment variable. Closing this issue as resolved. Please feel free to reopen or create another issue if this does not resolve your issue. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
According to documentation here
Actually I have been using this way to provide passwords. However, someone can get the password just by executing PS (I am working just on Linux) while the process is still alive.
Could you provide a better way to call the script without facing this security challenge?
By the way, I am calling the script by using this
Best regards,
TAM
The text was updated successfully, but these errors were encountered: