netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.81k stars 828 forks source link

docker-entrypoint.sh: clarify default token message #1138

Closed adlerweb closed 7 months ago

adlerweb commented 8 months ago

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