-
I think the title says it all. Like in Apigee, a user must use basic auth first, in order to the token back. Can requests / pynetbox do the same? Example? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Feb 18, 2021
Replies: 1 comment
-
Netbox doesn't issue tokens programatically. You would have to write your own token-issuing service. Alternatively, you can put a proxy in front of Netbox, and apply whatever authentication you like: use REMOTE_AUTH for the proxy to use a header to forward the authenticated ID to Netbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lon1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Netbox doesn't issue tokens programatically. You would have to write your own token-issuing service.
Alternatively, you can put a proxy in front of Netbox, and apply whatever authentication you like: use REMOTE_AUTH for the proxy to use a header to forward the authenticated ID to Netbox.