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

[BUG] admin:admin change requires Java to be installed #3511

Closed
DarshitChanpura opened this issue Oct 9, 2023 · 0 comments
Closed

[BUG] admin:admin change requires Java to be installed #3511

DarshitChanpura opened this issue Oct 9, 2023 · 0 comments
Labels
bug Something isn't working untriaged Require the attention of the repository maintainers and may need to be prioritized v2.11.0 Issues targeting the 2.11 release

Comments

@DarshitChanpura
Copy link
Member

With current implementation of admin:admin change one of the requirements is to use Hasher to generate password on the fly to replace it in internal_users.yml. This makes it a requirement to have Java to be installed.

HASHED_ADMIN_PASSWORD=$($OPENSEARCH_PLUGINS_DIR/opensearch-security/tools/hash.sh -p "$ADMIN_PASSWORD" | tail -n 1)

Exit Criteria:

  • Revert all changes related to admin:admin in 2.11
  • Figure out best path forward so this is completely tested before it goes in future release.
@DarshitChanpura DarshitChanpura added bug Something isn't working untriaged Require the attention of the repository maintainers and may need to be prioritized v2.11.0 Issues targeting the 2.11 release labels Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Require the attention of the repository maintainers and may need to be prioritized v2.11.0 Issues targeting the 2.11 release
Projects
None yet
Development

No branches or pull requests

2 participants