Cant create custom pipeline #20185
Unanswered
Sim-sat
asked this question in
Help Wanted!
Replies: 1 comment 3 replies
-
I figured out the solution. The file needs to be in /opt/netbox/netbox/netbox to be working correctly |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a custom pipeline for oidc with keycloak to set up groups. I'm following #13129 but I cant even create the file because of this error: django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
I comes from the import at the top of the script. I created the file in /netbox-docker/configuration next to my configuration.py file.
with this entry in my auth_pipeline:
'netbox.custom_pipeline.set_role'
NetBox-Version: 4.0.6
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions