GithubHelp home page GithubHelp logo

Comments (5)

mscbpi avatar mscbpi commented on July 16, 2024

docker image v2.9-*-ldap has a miss : netbox-community/netbox-docker#324

it does not include necessary configuration in configuration.py.

REMOTE_AUTH_ENABLED="true"
REMOTE_AUTH_BACKEND="netbox.authentication.LDAPBackend"
AUTH_USER_MODEL="auth.User"

workaround:
create a ConfigMap and mount it as extraVolumeMounts in values.yaml.

extraVolumes: 
 - name: netbox-test-config 
   configMap:
    defaultMode: 420
    name: netbox-test-config
   
   
extraVolumeMounts: 
 -  name: netbox-test-config
    mountPath: /etc/netbox/config/configuration.py
    subPath: configuration.py

from helm-charts.

mscbpi avatar mscbpi commented on July 16, 2024

https://github.com/netbox-community/netbox-docker/releases v0.26 of netbox image addresses this issue.

from helm-charts.

mscbpi avatar mscbpi commented on July 16, 2024

netbox helm chart not maintained anymore ? looking at your home README ... https://github.com/enix/helm-charts#charts-collection :(

from helm-charts.

Zempashi avatar Zempashi commented on July 16, 2024

Hi, sorry for the delay.

netbox-docker v1.0 changed a lot the structure of chart, and we were lacking time to address that change. (Not as quick as originaly though it would be). So we are considering deprecating this chart in favor of https://github.com/bootc/netbox-chart
If you see some show-stopper using the bootc's chart, let us know.

from helm-charts.

mscbpi avatar mscbpi commented on July 16, 2024

Hi,

We have migrated to https://github.com/bootc/netbox-chart

Thanks for the support until now ;)

Wouldn't it be worth to suggest this K8s deployment into netbox-community ? They do maintain docker image but stick to docker-compose for deployment, which is a bit outdated nowadays.

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.