Correct the local dev admin credential in docs and scripts#276
Open
omatheusmesmo wants to merge 1 commit into
Open
Correct the local dev admin credential in docs and scripts#276omatheusmesmo wants to merge 1 commit into
omatheusmesmo wants to merge 1 commit into
Conversation
The %dev profile bakes an Argon2id hash of 'dev', not 'qlawkus' (verified against the baked hash). Fix the quickstart curl, README and benchmark script accordingly, and rewrite the quickstart authentication section to describe the real mechanism: Argon2id, fail-closed in production, no API_USER_PASSWORD fallback. Signed-off-by: Matheus Oliveira <matheus.6148@gmail.com>
Contributor
|
🚀 Docs preview for 4c4ab09 is live: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The
%devprofile bakes an Argon2id hash ofdev, notqlawkus(verified against the baked hash). Docs and the benchmark script claimed the wrong credential.Changes
quickstart.adoc:curl -u qlawkus:dev, and the Authentication section rewritten to describe the real mechanism (Argon2id, fail-closed in production, noAPI_USER_PASSWORD).README.md: the%devpassword and the example curl.scripts/memory-benchmark.sh: an honest operator placeholder (its default targets the containerized/prod stack, where the operator sets their own admin password).