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

SOLR-17282: Update basic-authentication-plugin.adoc #2446

Merged
merged 1 commit into from
May 8, 2024

Conversation

gspgsp
Copy link
Contributor

@gspgsp gspgsp commented May 8, 2024

https://issues.apache.org/jira/browse/SOLR-17282

Description

for the pwd encode format, there missed a ')', and this confused me , so i added this: (Format: base64(sha256(sha256(salt+password))) base64(salt))

Solution

i added this: (Format: base64(sha256(sha256(salt+password))) base64(salt))

Checklist

Please review the following and check all that apply:

  • I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • I have created a Jira issue and added the issue ID to my pull request title.
  • I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • I have developed this patch against the main branch.
  • I have run ./gradlew check.
  • I have added tests for my changes.
  • I have added documentation for the Reference Guide

for the pwd encode format, there missed a ')', and this confused me , so i added this:
(Format: base64(sha256(sha256(salt+password))) base64(salt))
@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 8, 2024
@gspgsp gspgsp changed the title Update basic-authentication-plugin.adoc SOLR-17282: Update basic-authentication-plugin.adoc May 8, 2024
@epugh epugh self-assigned this May 8, 2024
@epugh epugh merged commit af0a89a into apache:main May 8, 2024
2 of 3 checks passed
epugh pushed a commit that referenced this pull request May 8, 2024
for the pwd encode format, there missed a ')', which is confusing.
@epugh
Copy link
Contributor

epugh commented May 8, 2024

Code failure in precommit is also present in main, and known issue.. Thank you for the fix!

dsmiley pushed a commit to iamsanjay/solr that referenced this pull request May 8, 2024
for the pwd encode format, there missed a ')', which is confusing.
@gspgsp gspgsp deleted the patch-1 branch May 9, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants