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

Add entire object lookup, allow skipping SSL verify when auth_method is used #32182

Merged
merged 2 commits into from
Oct 26, 2017

Commits on Oct 26, 2017

  1. Update hashi_vault.py

    Add ability to lookup entire objects in HashiCorp Vault.
    When used with auth_method allow skipping SSL verify.
    igor-pinchuk committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    fc4d659 View commit details
    Browse the repository at this point in the history
  2. Return all elements in a more robust way

    If a trailing ':' is set or not, always return all secrets from a path. This was a bug mostly fixed by this PR.
    
    Update examples.
    samdoran committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    0729f5a View commit details
    Browse the repository at this point in the history