- Notifications
You must be signed in to change notification settings - Fork 89
Jira#wdt 418 encrypt multiple models #647
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
| Please improve description of this change. Its not clear what you are trying to accomplish with this PR. |
| ECHO model_file - the location and name of the model file to use, or | ||
| ECHO the locations and names of each model in a set of | ||
| ECHO models. All models will be written back to the same | ||
| ECHO location and name. |
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.
Maybe clarify that comma-separated list for multiples? other tools say "the location of the model file to use. This can also be specified as a comma-separated list of model locations, ..."
| echo " model_file - the location and name of the model file or the" | ||
| echo " locations and names of each model in a set of" | ||
| echo " models. All models will be written back to the same" | ||
| echo " location and name." |
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.
See comment on .sh
Changed to Take a single or multiple models into the Encrypt tool. The passwords in each model are encrypted and each model written out to the original location. The single variable file is shared by the set of models, and the password variables encrypted only once.
Encryption tool did already have checks not to encrypt and encrypted password. I changed the variables code to do a check identical to model code.
Fixes #547