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: allow bool values for repo cert #5719

Merged
merged 1 commit into from
May 29, 2022

Commits on May 29, 2022

  1. config: allow bool values for repo cert

    This change allows certificates.<repo>.cert configuration to accept
    boolean values in addition to certificate paths. This allows for
    repositories to skip TLS certificate validation for cases where
    self-signed certificats are used by package sources.
    
    In addition to the above, the certificate configuration handling has
    now been delegated to a dedicated dataclass.
    
    Co-authored-by: Celeborn2BeAlive <laurent.noel.c2ba@gmail.com>
    Co-authored-by: Maayan Bar <maayanbar13@gmail.com>
    3 people committed May 29, 2022
    Configuration menu
    Copy the full SHA
    f7d3625 View commit details
    Browse the repository at this point in the history