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
v2.0.3
v4.0.9
# netbox/configuration.py BASE_PATH = 'netbox/'
Click "User Key" > "+ Add Session Key" ... "Request Session Key"
"POST /netbox/api/plugins/secrets/session-keys/ HTTP/1.1" 200 ...
The GET requests to /netbox/... but the POST to /api/...
/netbox/...
/api/...
# /var/log/nginx/access.log "GET /netbox/plugins/secrets/user-keys/ HTTP/1.1" 200 10787 "http://server.my.domain/netbox/" "GET /netbox/plugins/secrets/user-keys/1/ HTTP/1.1" 200 10939 "http://server.my.domain/netbox/plugins/secrets/user-keys/" "GET /netbox/static/netbox_secrets/secrets.js HTTP/1.1" 200 8946 "http://server.my.domain/netbox/plugins/secrets/user-keys/1/" "POST /api/plugins/secrets/session-keys/ HTTP/1.1" 404 1473 "http://server.my.domain/netbox/plugins/secrets/user-keys/1/"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NetBox Secrets plugin version
v2.0.3
NetBox version
v4.0.9
Steps to Reproduce
Click "User Key" > "+ Add Session Key" ... "Request Session Key"
Expected Behavior
Observed Behavior
The GET requests to
/netbox/...
but the POST to/api/...
The text was updated successfully, but these errors were encountered: