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

adding a script on how to calculated the encoded password format with… #3162

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

elangelo
Copy link

@elangelo elangelo commented Feb 6, 2025

… bash

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

Description

Adding a short bash script in the documentation that illustrates how to calculate the encoded password format for security.json

Solution

doc

Tests

doc only

Checklist

Please review the following and check all that apply:

  • [v ] 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, not available for branches on forks living under an organisation)
  • [ v] I have developed this patch against the main branch.
  • I have run ./gradlew check.
  • I have added tests for my changes.
  • [ v] I have added documentation for the Reference Guide

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 6, 2025
@elangelo elangelo requested a review from epugh February 7, 2025 06:53
@epugh epugh self-assigned this Feb 15, 2025
@epugh
Copy link
Contributor

epugh commented Feb 15, 2025

@elangelo thanks for this... However, I am wondering if we need to go a bit furthur...

@janhoy you often have good ideas on if something is the right way...

I am wondering, do we need to tweak out bin/solr auth command to basically do what this script does? Have a cross platform no custom coding option?

Thoughts from either of you (or anyone else?)

@janhoy
Copy link
Contributor

janhoy commented Feb 16, 2025

+1 to a bin/solr auth encode-pass or similar in Java code. Or simply link to https://clemente-biondo.github.io/ or even embed the js as a tool on the solr website itself?

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.

4 participants