1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-11-18 11:20:54 +03:00

Support new API_TOKEN format

Allows configuration the new API_TOKEN_PEPPERS setting from an
ENV variable or secret file.

Feature request: https://github.com/netbox-community/netbox/issues/20210
Pull request: https://github.com/netbox-community/netbox/pull/20477
This commit is contained in:
Tobias Genannt
2025-10-08 08:12:59 +02:00
parent f07c9d533d
commit 1f0ef020a9
4 changed files with 12 additions and 1 deletions

View File

@@ -10,3 +10,7 @@ PLUGINS = [
ALLOW_TOKEN_RETRIEVAL = True
DEFAULT_PERMISSIONS = {}
API_TOKEN_PEPPERS = {
1: 'TEST-VALUE-DO-NOT-USE-TEST-VALUE-DO-NOT-USE-TEST-VALUE-DO-NOT-USE',
}