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

Improve SecurityWarnings regarding superuser privileges #8913

Open
4 tasks done
AIexanderDicke opened this issue Mar 15, 2024 · 0 comments
Open
4 tasks done

Improve SecurityWarnings regarding superuser privileges #8913

AIexanderDicke opened this issue Mar 15, 2024 · 0 comments

Comments

@AIexanderDicke
Copy link

Checklist

  • I have checked the issues list
    for similar or identical feature requests.
  • I have checked the pull requests list
    for existing proposed implementations of this feature.
  • I have checked the commit log
    to find out if the same feature was already implemented in the
    main branch.
  • I have included all related issues and possible duplicate issues
    in this issue (If there are none, check this box anyway).

Related Issues and Possible Duplicates

Related Issues

  • None

Possible Duplicates

  • None

Brief Summary

If celery runs with a group not contained in the group database, the check_privileges-function will always give the warning SecurityWarning: You're running the worker with superuser privileges: this is absolutely not recommended! even when not running with superuser privileges. This warning can be quite missleading.

Design

Architectural Considerations

None

Proposed Behavior

Change or remove the warning message in this situation.

Proposed UI/UX

Diagrams

N/A

Alternatives

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant