netbox config
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user