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 API helper for renewing a secret #2886

Merged
merged 25 commits into from
Jul 11, 2017
Merged

Add API helper for renewing a secret #2886

merged 25 commits into from
Jul 11, 2017

Commits on Jul 7, 2017

  1. Configuration menu
    Copy the full SHA
    bf61690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fa7be View commit details
    Browse the repository at this point in the history
  3. Add secret renewer

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    dcbd729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42354ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e08052 View commit details
    Browse the repository at this point in the history
  6. Use unbuffered channels

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    320d764 View commit details
    Browse the repository at this point in the history
  7. Reorg

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    f9465a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de0250a View commit details
    Browse the repository at this point in the history
  9. Use a separate package for API integration tests

    This removes the cyclic dependency
    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    91a255b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47260ed View commit details
    Browse the repository at this point in the history
  11. Seed the random generator

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    a8fe164 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d74752 View commit details
    Browse the repository at this point in the history
  13. Use Fatalf

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    437b8e7 View commit details
    Browse the repository at this point in the history
  14. Allow a custom randomizer

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c0b2d41 View commit details
    Browse the repository at this point in the history
  15. Fix vet errors

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    8cdc037 View commit details
    Browse the repository at this point in the history
  16. Remove init() seed

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    b2b9cdf View commit details
    Browse the repository at this point in the history
  17. Make lock private

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    ce43621 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54224b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dfb6166 View commit details
    Browse the repository at this point in the history
  20. Buffer doneCh

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    da9d57f View commit details
    Browse the repository at this point in the history
  21. Fix failing test

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    8f97e9b View commit details
    Browse the repository at this point in the history
  22. Use the core client

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    21a17b6 View commit details
    Browse the repository at this point in the history
  23. Fix doc

    sethvargo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c29e851 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. updating for TestCluster changes

    Chris Hoffman committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    6034c9a View commit details
    Browse the repository at this point in the history
  2. Fix typo

    sethvargo committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    2fbb192 View commit details
    Browse the repository at this point in the history