We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
< - 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):
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Instruction in https://docs.goauthentik.io/integrations/services/netbox/ do not work, netbox will brake and return something like
To fix it, you just need to remove the quotes from
REMOTE_AUTH_BACKEND
I had also to remove quotes from the followings or else you'll face errors
Version and Deployment (please complete the following information):
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
The text was updated successfully, but these errors were encountered: