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

Initial ansible-vault with GPG support #7174

Closed
wants to merge 10 commits into from
Closed

Initial ansible-vault with GPG support #7174

wants to merge 10 commits into from

Commits on Apr 27, 2014

  1. Initial ansible-vault with GPG support

    Sam Wilson committed Apr 27, 2014
    Copy the full SHA
    7715cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Fixed issue where GPG mode would not check for untrusted keys

    Fixed issue where VaultLib would mangle encrypted file content with extra new lines
    
    Added sanity checks for at least one keypair before trying to encrypt
    Added extra error logging for error conditions
    Added GPG return status for encryption failures (useful for key expired issues albiet cryptic)
    Added support for python-gnupg 2.x, new library is better supported upstream and handles deadlocking better
    Added a new directive "gpg_pass_marginal" to config to handle marginal signatures better
    Added error condition to handle python-gnupg library change
    
    Removed support for python-gnupg 0.x
    
    Merge branch 'devel' into ansible-vault-gpg
    
    Conflicts:
    	bin/ansible-vault
    	lib/ansible/utils/__init__.py
    	packaging/rpm/ansible.spec
    Kahn committed Apr 21, 2015
    Copy the full SHA
    9e2f0c2 View commit details
    Browse the repository at this point in the history
  2. Removed debugging

    Kahn committed Apr 21, 2015
    Copy the full SHA
    77680e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1b0883e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Copy the full SHA
    7ffd862 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a624e7f View commit details
    Browse the repository at this point in the history
  3. Deprecated support for gpg 1.x

    Fixed typo and whitespace issues
    Added error handling for failed GPG invocations
    Kahn committed Apr 22, 2015
    Copy the full SHA
    9e3a51f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d273f12 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e35212e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. Copy the full SHA
    d9fa62b View commit details
    Browse the repository at this point in the history