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

In FIPS environment password must be at least 14 characters #558

Merged
merged 6 commits into from
Sep 17, 2024

Commits on Sep 12, 2024

  1. In FIPS environement password must be at least 14 characters

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    00afde3 View commit details
    Browse the repository at this point in the history
  2. make scanner happy

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b43b46e View commit details
    Browse the repository at this point in the history
  3. do not use commons lang3

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d7bc2d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Update src/test/java/com/cloudbees/plugins/credentials/impl/UsernameP…

    …asswordCredentialsImplFIPSTest.java
    
    Co-authored-by: James Nord <jtnord@users.noreply.github.com>
    olamy and jtnord authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c80e799 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix -Xmx setup

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ddfc58c View commit details
    Browse the repository at this point in the history
  2. use Descriptor.FormException rather than IAE

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a3924ce View commit details
    Browse the repository at this point in the history