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

Additional tests for Hashicorp Vaul Secret Store certification. #2316

Merged
merged 5 commits into from
Nov 30, 2022

Commits on Nov 26, 2022

  1. Additional tests for Hashicorp Vaul Secret Store certification.

    * This PR adds additional tests to complete vault certification.
      A detailed test plann is added to its README.
    * Fixes a vault behaviour regarding its multiple key-values per
      secret behaviour when its `valueType` flag is set to `text`.
    
    This is a follow up to dapr#2140.
    
    Closes dapr#1926.
    
    Signed-off-by: Tiago Alves Macambira <[email protected]>
    tmacam committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    9d6f1e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Fixes in response to code review.

    * Removes emojis from output
    * Auto-generate certificates on the fly
    * Move helper methods out of vault_test.go and into helper files.
    
    Signed-off-by: Tiago Alves Macambira <[email protected]>
    tmacam committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    97bb296 View commit details
    Browse the repository at this point in the history
  2. Small fixes (documentation, comments)

    Signed-off-by: Tiago Alves Macambira <[email protected]>
    tmacam committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    cdac812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6d7c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

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