Skip to content
Discussion options

You must be logged in to vote

The API_TOKEN_PEPPER_1 variable needs to be set for the netbox-web container. Did you modify the configuration.py? If yes, you need to have this part:

API_TOKEN_PEPPERS = {}
if api_token_pepper := _read_secret('api_token_pepper_1', environ.get('API_TOKEN_PEPPER_1', '')):
API_TOKEN_PEPPERS.update({1: api_token_pepper})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@exu-g
Comment options

Answer selected by exu-g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1617 on February 09, 2026 09:21.