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

Config option to allow only secured client connections #2368

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

Commits on Jul 12, 2024

  1. Don't allow non-secure client connections

    (1) Introduced a new config option onlySecureClientsAllowed in
        the Bookie Configuration. Default value is considered false.
    (2) If onlySecureClientsAllowed is set to True, the Bookies only
        allow the Clients to communicate over TLS. Any requests
        from the Clients without TLS enabled will be rejected
        and Client gets the Security Exception.
    Ghatage authored and Anup Ghatage committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d3a938b View commit details
    Browse the repository at this point in the history