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 contained_db field to mssql db secret backend #1259

Merged
merged 9 commits into from
Dec 17, 2021

Commits on Dec 14, 2021

  1. Add contain_db field to mssql db secret backend

    In addition the following updates were made
    - run mssql database secret backend connection tests against a local
      mssql docker container
    - factor out db backend types to constants
    - update canonical list of db backend types to include all supported
      types
    - add ability to skip db tests globally or based on the db engine type
    
    Dependency updates:
    - terraform-plugin-sdk/v2 to v2.10.0
    - vault/api v1.3.0
    - vault/sdk v0.3.1-0.20211214161113-fcc5f22bea02
    - vault v1.2.1-0.20211214161113-fcc5f22bea02
    benashz committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    042d193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e8b80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03dfdcd View commit details
    Browse the repository at this point in the history
  4. Inline SA password directly

    benashz committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9bea3c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    070d049 View commit details
    Browse the repository at this point in the history
  2. Wait on sqlserver container

    benashz committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    4a04951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13b9281 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

  1. Add MSSQL specific response handling.

    - Work around issue where the mssql plugin cannot accept a boolean value
      for the `contained_db` field.
    benashz committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    6affa24 View commit details
    Browse the repository at this point in the history