Skip to content

tests/contrib/django: use a longer password#2586

Merged
xrmx merged 3 commits intoelastic:mainfrom
xrmx:fips-password-length
Mar 23, 2026
Merged

tests/contrib/django: use a longer password#2586
xrmx merged 3 commits intoelastic:mainfrom
xrmx:fips-password-length

Conversation

@xrmx
Copy link
Copy Markdown
Member

@xrmx xrmx commented Mar 23, 2026

What does this pull request do?

Some updates to the base FIPS image (I guess) started enforcing a required longer password:

>       return hashlib.pbkdf2_hmac(digest().name, password, salt, iterations, dklen)
E       ValueError: [Provider routines] invalid key length

Related issues

@xrmx xrmx requested a review from a team as a code owner March 23, 2026 10:02
@github-actions
Copy link
Copy Markdown

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@xrmx xrmx requested a review from a team as a code owner March 23, 2026 10:07
@xrmx xrmx force-pushed the fips-password-length branch from d2b7616 to f28055b Compare March 23, 2026 10:14
Some updates to the base FIPS image (I guess) started enforcing a
required longer password:

>       return hashlib.pbkdf2_hmac(digest().name, password, salt, iterations, dklen)
E       ValueError: [Provider routines] invalid key length
@xrmx xrmx force-pushed the fips-password-length branch from f28055b to caa5740 Compare March 23, 2026 10:34
Copy link
Copy Markdown
Contributor

@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xrmx xrmx enabled auto-merge (squash) March 23, 2026 13:41
@xrmx xrmx merged commit c7ee5f4 into elastic:main Mar 23, 2026
94 of 95 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants