MA Gang

Results 8 comments of MA Gang

it is better to use reverse proxy for advanced authentication

What I propose is a change to the documentation. In the documentation https://demo.netbox.dev/static/docs/configuration/optional-settings/ LOGIN_REQUIRED should be moved from Optional Settings to Required Settings. Or n [Security](https://demo.netbox.dev/static/docs/configuration/security/), Users should be encouraged...

@jeremystretch What I want to mention is when an administrator enables LDAP to protect NetBox but leaves LOGIN_REQUIRED to False by default, it will cause information leak. Like me, I...

Apply auth to the WebUI with reverse proxy. User can be authenticated before they can access TFM UI.

> Can you add a way for visitors to register an account? The logic is to use a hash code to generate a password, load the hashed password into the...

In case some one would like to pass python dict SOCIAL_AUTH_BACKEND_ATTRS as environment variable to customize SSO display name and icon, here is the solution by adding to extra.py. I'm...

Here is my workaround. My Dockerfile ```dockerfile FROM netboxcommunity/netbox:v3.7.6-2.8.0 USER root RUN curl -LJO https://truststore.pki.rds.amazonaws.com/eu-west-1/eu-west-1-bundle.pem -o /tmp/eu-west-1-bundle.pem RUN mkdir -p /root/.postgresql RUN curl https://truststore.pki.rds.amazonaws.com/eu-west-1/eu-west-1-bundle.pem -o /root/.postgresql/postgresql.crt RUN chmod -R 777...

Yes, There is also a security finding https://security.snyk.io/package/npm/braces/3.0.2 Bump braces from 3.0.2 to 3.0.3 in /netbox/project-static #1