# Remote authentication support
REMOTE_AUTH_ENABLED = True
REMOTE_AUTH_BACKEND = 'netbox.authentication.RemoteUserBackend'
REMOTE_AUTH_HEADER = 'HTTP_X_REMOTE_USER'
REMOTE_AUTH_AUTO_CREATE_USER = True
REMOTE_AUTH_DEFAULT_GROUPS = ['Default_view']
REMOTE_AUTH_DEFAULT_PERMISSIONS = []
This works fine for actual users.
--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/df8b1527-b57c-4282-b448-f51376a72452n%40googlegroups.com.
Apache would be sending null. API calls bypass remote auth.
I have been assuming if a token is used, it assumes the identity
associated with that token. What I am taking from this is
remote_user overrides everything?
Is this a bug, or can I make this a feature request?
Thanks
-John
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/fc55866c-b2f7-4f52-980e-a5d3c448f11dn%40googlegroups.com.
Apache would be sending null. API calls bypass remote auth.
I have been assuming if a token is used, it assumes the identity associated with that token. What I am taking from this is remote_user overrides everything?
Is this a bug, or can I make this a feature request?