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

feat(Cloud Databases): Database user password complexity validation #4931

Merged
merged 16 commits into from
Nov 29, 2023

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    b36bc46 View commit details
    Browse the repository at this point in the history
  2. update secrets

    Alex Hemard committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5c72c00 View commit details
    Browse the repository at this point in the history
  3. update tests to conform to new complexity rules

    Alex Hemard committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    18571fe View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge remote-tracking branch 'upstream/master' into cdb-password-comp…

    …lexity
    Alex Hemard committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6ac093a View commit details
    Browse the repository at this point in the history
  2. support go 1.18

    Alex Hemard committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    352af86 View commit details
    Browse the repository at this point in the history
  3. fix password validation edgecases

    Alex Hemard committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0e4b074 View commit details
    Browse the repository at this point in the history
  4. add test case for password beginning with special char

    Alex Hemard committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    eef99ef View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix regexp

    Alex Hemard committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    e0e84a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. refactor of db users

    Alex Hemard committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    972df9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b28142 View commit details
    Browse the repository at this point in the history
  3. remove debug logs

    Alex Hemard committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3321d00 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 29, 2023

  1. delete and create ops manager users when updating

    Alex Hemard committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    69b10b8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cdb-password-complexity' into cd…

    …b-password-complexity
    Alex Hemard committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8cbb46c View commit details
    Browse the repository at this point in the history
  3. validate adminpassword, update docs

    Alex Hemard committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e1584ed View commit details
    Browse the repository at this point in the history
  4. update secrets

    Alex Hemard committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0e4cceb View commit details
    Browse the repository at this point in the history