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

Allow mTLS for mysql secrets engine #9181

Merged
merged 10 commits into from
Jun 17, 2020
Merged

Commits on Jun 10, 2020

  1. Extract certificate helpers for use in non-mongodb packages

    Lauren Voswinkel committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    06c98a9 View commit details
    Browse the repository at this point in the history
  2. Created mTLS/X509 test for MySQL secrets engine.

    Test must be run manually after removing the skip which is
    present to make sure CI doesn't explode.
    Lauren Voswinkel committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ddc2f7d View commit details
    Browse the repository at this point in the history
  3. Ensure mysql username and passwords aren't url encoded

    Lauren Voswinkel committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    f1202b3 View commit details
    Browse the repository at this point in the history
  4. Remove now unused dependencies from mongo plugin tests.

    Lauren Voswinkel committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    702e4ed View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Fixing of many nits

    Lauren Voswinkel committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6aa1095 View commit details
    Browse the repository at this point in the history
  2. Skip mTLS test for circleCI

    Lauren Voswinkel committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0789c9c View commit details
    Browse the repository at this point in the history
  3. Continuing nit cleanup

    Lauren Voswinkel committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    75acb94 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Fixing more nits, pulled DSN construction into func

    Lauren Voswinkel committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5acc198 View commit details
    Browse the repository at this point in the history
  2. Fix failing test due to renaming certhelps.Dns -> DNS

    Lauren Voswinkel committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1ca7aea View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Final pass for this PR? Time will tell

    Lauren Voswinkel committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a862d6f View commit details
    Browse the repository at this point in the history