Skip to content
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

RUN-2626: fix when master password configured #375

Merged
merged 6 commits into from
Jul 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix for ansible master password at ansible config level
ronaveva committed Jul 8, 2024
commit 4f619848b1429c3d0ef638fb174d3e2929bea5d3
Original file line number Diff line number Diff line change
@@ -81,6 +81,7 @@ public String encryptVariable(String key,

Map<String, String> env = new HashMap<>();
env.put("VAULT_ID_SECRET", masterPassword);
env.put("ANSIBLE_VAULT_PASSWORD_FILE", "");

Process proc = null;