We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ability to encrypt password stored in rd.conf
[rundeck@my-box rundeck]$ cat /opt/rundeck/rdbase/rd.conf export RD_URL=https ://prod-my-rundeck/rundeck export RD_USER=admin export RD_PASSWORD=abcdefg export RD_HTTP_TIMEOUT=800
abcdefg
The text was updated successfully, but these errors were encountered:
how would the password be decrypted?
Sorry, something went wrong.
This feature has been implemented?
I mean: it is possible to use encrypted password on rd.conf?
No branches or pull requests
Ability to encrypt password stored in rd.conf
[rundeck@my-box rundeck]$ cat /opt/rundeck/rdbase/rd.conf
export RD_URL=https ://prod-my-rundeck/rundeck
export RD_USER=admin
export RD_PASSWORD=
abcdefg
export RD_HTTP_TIMEOUT=800
The text was updated successfully, but these errors were encountered: