-
Notifications
You must be signed in to change notification settings - Fork 100
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
can't authenticate to ansible vault since 3.2.11 #362
Comments
I also have this exact issue where 3.2.10 works but anything newer does not. We use SSH login with passwords, starting rundeck manually outside of the service i noticed when i trigger an ansible job, the console is waiting for me to press enter at the ansible ssh password prompt. It looks like the password is entered and i need to press enter for it to continue.
If i don't press enter i get the same error as @Lusitaniae. |
@Lusitaniae according to #380, does your vault password file contains multiple lines? |
it's not that, it's something more low level, even things like using a job option to allow a user to enter a password is broken since 3.2.11, from what I can tell, lot's of things that involve some user input are affected by this issue |
I can confirm in my testing that this has still not been resolved (tested 4.0.4). |
I seem to have also ran into this. In my case, similar to madsi1m, I've seen it when using both a vault and ssh password authentication. |
Rundeck version: 4.17.6-20240402
I have
Ansible Playbook Node Workflow
withVault Pass Storage Path
:keys/production/ansible/.vault
That's a key stored in Rundeck defaults KV store
After going through all recent releases of this plugins seems like 3.2.11 and 4.0.0 both are unable to open the vault file
3.2.10 and earlier releases are all working 👍
Debug logs show the invokation looking like
The text was updated successfully, but these errors were encountered: