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 support for IAM Auth for Google CloudSQL DBs #22445

Merged
merged 62 commits into from
Sep 6, 2023

Commits on Jul 24, 2023

  1. add initial poc

    vinay-gopalan committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    725f146 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. format code

    vinay-gopalan committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ca75032 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 15, 2023

  1. individual dialers per conn

    kpcraig committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9642f2f View commit details
    Browse the repository at this point in the history
  2. move some stuff around

    kpcraig committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8051c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3439cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d75032 View commit details
    Browse the repository at this point in the history
  5. finish merge

    kpcraig committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8884d61 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    c3439ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e95fa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. test outline

    kpcraig committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bb523bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19d08b View commit details
    Browse the repository at this point in the history
  3. fix gomod after merge

    kpcraig committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2d18dc7 View commit details
    Browse the repository at this point in the history
  4. fix go sum

    kpcraig committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ab33183 View commit details
    Browse the repository at this point in the history
  5. fix go.sum?

    kpcraig committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    407fb94 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    8465080 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary log

    vinay-gopalan committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4065b4f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    dd5421e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b39de View commit details
    Browse the repository at this point in the history
  3. tidy mysql file

    kpcraig committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d292f48 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'VAULT-17992/gcloud-sql-poc' of github.com:/hashicorp/va…

    …ult into VAULT-17992/gcloud-sql-poc
    kpcraig committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bc12535 View commit details
    Browse the repository at this point in the history
  5. iam -> gcp_iam in mysql

    kpcraig committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    82117d3 View commit details
    Browse the repository at this point in the history
  6. code tidy

    kpcraig committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    17f2307 View commit details
    Browse the repository at this point in the history
  7. add changelog

    kpcraig committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    027c3a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b3c99c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. updates, fixes

    kpcraig committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    764304a View commit details
    Browse the repository at this point in the history
  2. move driver registration to Init() to avoid possible double registrat…

    …ion after a ping problem
    kpcraig committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d66a326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cd5969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e7e600 View commit details
    Browse the repository at this point in the history
  5. go sum updates

    kpcraig committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0148beb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e574229 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7fb135 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    78670dc View commit details
    Browse the repository at this point in the history
  2. low hanging pr fruit

    kpcraig committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    53fe629 View commit details
    Browse the repository at this point in the history
  3. use constant in tests

    kpcraig committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    57e42a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5cdef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e859398 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    2b9d61f View commit details
    Browse the repository at this point in the history
  2. remove extra code

    kpcraig committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    689bd3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8cf7ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d43583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f977490 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. moer fixes

    kpcraig committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ecfa709 View commit details
    Browse the repository at this point in the history
  2. comment fix

    kpcraig committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    286ed06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15e2048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39efe5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e80b014 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0961164 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ee56f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

  1. formatting feedback

    vinay-gopalan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b0a9ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5114daa View commit details
    Browse the repository at this point in the history
  3. remove extra newline

    vinay-gopalan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    49c2486 View commit details
    Browse the repository at this point in the history
  4. fix sdk go sum entries

    vinay-gopalan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1b0fa91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bda4fb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7910b20 View commit details
    Browse the repository at this point in the history
  7. more import formatting

    vinay-gopalan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6d4727e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    f9c5f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16eeea8 View commit details
    Browse the repository at this point in the history