netbox config

This commit is contained in:
Philip Haupt
2025-10-21 01:26:24 +02:00
parent 408b3ddb3e
commit c8c04f6756
2 changed files with 74 additions and 55 deletions

View File

@@ -85,7 +85,7 @@ image:
# See `existingSecret` for details
superuser:
name: admin
email: admin@example.com
email: admin@borninpain.de
password: ""
apiToken: ""
existingSecret: ""
@@ -364,9 +364,9 @@ rackElevationDefaultUnitWidth: 220
# Remote authentication support
remoteAuth:
enabled: false
enabled: true
backends:
- netbox.authentication.RemoteUserBackend
- social_core.backends.open_id_connect.OpenIdConnectAuth
header: HTTP_REMOTE_USER
userFirstName: HTTP_REMOTE_USER_FIRST_NAME
userLastName: HTTP_REMOTE_USER_LAST_NAME
@@ -467,7 +467,13 @@ shortDateTimeFormat: "Y-m-d H:i"
# secretName: netbox-extra
# items: []
# optional: false
extraConfig: []
extraConfig:
- secret:
secretName: netbox
items:
- key: oidc-secret
path: oidc_secret.yaml
optional: false
# If provided, this should be a 50+ character string of random characters. It
# will be randomly generated if left blank.