docker-entrypoint.sh: clarify default token message #1138
Merged
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.
Related Issue: None
New Behavior
When a default admin API token is found, a warning is displayed. As it is only called "token", some users might not know what token is referred to. Also the message should give a hint or link to a documentation on how to remove it.
Contrast to Current Behavior
User may not know what token the warning refers to
Discussion: Benefits and Drawbacks
If there is a CLI command this might be a better choice. If not a link to /user/api-tokens/ and using ${SUPERUSER_NAME} might help further.
Change should be considered as "better than current state". Feel free to improve the message.
Changes to the Wiki
I don't think any
Proposed Release Note Entry
clarify warning if a default API token is found
Double Check
develop
branch.