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 integration with Hashicorp Vault, AWS SSM, SecretsManager #906

Merged
merged 2 commits into from
Oct 25, 2019

Commits on Oct 23, 2019

  1. feat: Add integration with Hashicorp Vault, AWS SSM, SecretsManager

    Fields which are rendered: Release.Values, Release.SetValues.Value, Release.SetValues.Values
    
    Example:
    ```
    values:
    - foo: ref+vault://127.0.0.1:8200/mykv/foo?proto=http#/mykey
    set:
    - name: xyz
      values:
      - ref+vault://127.0.0.1:8200/mykv/foo?proto=http#/mykey3
    ```
    
    Resolves roboll#881
    klebediev committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    765a0ea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

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