Commit graph

3 commits

Author SHA1 Message Date
Valentin Lobstein 8057c40a51
Fix: Skip token creation when SUPERUSER_API_TOKEN is not set
Instead of generating a random unretrievable token, skip API token
creation entirely when no explicit token is configured. Users can
provision tokens via the API using username/password credentials.
2026-03-12 22:15:59 +01:00
Valentin Lobstein a456b565d5
Fix: Replace hardcoded default API token with random generation 2026-03-10 16:57:02 +01:00
Tobias Genannt fd6a75ac96
Support new API token format (#1591)
Some checks are pending
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
push / Checks syntax of our code (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Waiting to run
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Waiting to run
Support new API token format
2026-01-08 13:36:54 +01:00