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

ansible_mitogen: Remove restrictive whitelist of modules served from controller #1012

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2023

  1. ansible_mitogen: Fix errant ModuleNotFoundError blacklist exceptions

    Current module whitelist/blacklist behaviour is to reject any module not on
    the whitelist if the whitelist is populated. Adding `ansible` and
    `ansible_mitogen` to the whitelist effectively blocklisted every other Python
    module/package, negating much of the benefit of Mitogen.
    
    Fixes mitogen-hq#1011
    moreati committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    823ee90 View commit details
    Browse the repository at this point in the history