Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netbox integration Doc page has some typos #11927

Open
francescor opened this issue Nov 5, 2024 · 0 comments
Open

Netbox integration Doc page has some typos #11927

francescor opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@francescor
Copy link

francescor commented Nov 5, 2024

Describe the bug

Instruction in https://docs.goauthentik.io/integrations/services/netbox/ do not work, netbox will brake and return something like

<class 'ModuleNotFoundError'>

No module named "'social_core"

Python version: 3.11.4
NetBox version: 3.7.8
Plugins: None installed

To fix it, you just need to remove the quotes from REMOTE_AUTH_BACKEND

<    - REMOTE_AUTH_BACKEND='social_core.backends.open_id_connect.OpenIdConnectAuth'
>    - REMOTE_AUTH_BACKEND=social_core.backends.open_id_connect.OpenIdConnectAuth

I had also to remove quotes from the followings or else you'll face errors

SOCIAL_AUTH_OIDC_ENDPOINT
SOCIAL_AUTH_OIDC_KEY
SOCIAL_AUTH_OIDC_SECRET
LOGOUT_REDIRECT_URL

Version and Deployment (please complete the following information):

  • authentik version: ghcr.io/goauthentik/ldap:2024.10
  • Deployment: Docker swarm

Additional context

netbox:v3.7.8

If I am allowed and you provide me the link to the doc repo, I can add myself a PR

@francescor francescor added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant