Skip to content
New issue

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

manage.py runscript --user ignored #17321

Closed
XioNoX opened this issue Aug 30, 2024 · 0 comments · Fixed by #17322
Closed

manage.py runscript --user ignored #17321

XioNoX opened this issue Aug 30, 2024 · 0 comments · Fixed by #17322
Assignees
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@XioNoX
Copy link
Contributor

XioNoX commented Aug 30, 2024

Deployment Type

Self-hosted

NetBox Version

v4.0.8

Python Version

3.11

Steps to Reproduce

  1. Create two superuser users (user1, user2)
  2. run a script through python manage.py runscript while specifying --user user2

Expected Behavior

The job should have been ran as the "user2".

Observed Behavior

The job is ran by the user with the lowest ID In our case user1.

@XioNoX XioNoX added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Aug 30, 2024
@DanSheps DanSheps added status: accepted This issue has been accepted for implementation severity: low Does not significantly disrupt application functionality, or a workaround is available and removed status: needs triage This issue is awaiting triage by a maintainer labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants