-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bulk decrypt all files in project #1
Comments
As per the Ansible Vault documentation, you can run
So in the background, you could search for all ansible vault headers ( |
Hi, i think that bulk decryption is not very useful, but the possibility to search in vaulted files is fundamental. In this moment i'm developing in other branch this functionality. In addition, on my first analisys, i found that the bulk decryption could add any problems to manage bulk re-encryption, so i opted to implement search funcionality. |
Any news on the global searching? |
I did try on a branch some changes, but nothing concrete! |
I want to be able to use Atom's find in project on the encrypted data so I can match variables with secrets. Not sure about the workflow. What do you think? Decrypt:
Encrypt:
Hooking into the 'find in project' so that it runs an |
I think that you are right! Using ansible-vault view on the fly introduces a very large lag on 'find in project'. In my mind i figured the process in this way:
|
I needed this functionality and wrote a quick&dirty script that does the above without involving Atom: https://github.com/aioue/pilfer |
@sydro if you think the logic can be be adapted into |
Would be great to bulk decrypt all vaulted files in project to allow global searching.
The text was updated successfully, but these errors were encountered: