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

(WIP) : HTTPS support for manufacturing-server and manufacturing-client for DI #579

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 7, 2024

  1. feat(manufacturing-server): add https support

    - warp::service and hyper::server combination used to run https server
    - separate bind address for http and https
    - tls_config containes tls config for htpps
    - now manufacturing-server supports both http and https requests from
    client.
    
    Signed-off-by: Sarita Mahajan <sarmahaj@redhat.com>
    sarmahaj committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c187f8 View commit details
    Browse the repository at this point in the history
  2. feat(manufacturing-client): add https support

    - changes on client side to support https request
    
    Signed-off-by: Sarita Mahajan <sarmahaj@redhat.com>
    sarmahaj committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4535683 View commit details
    Browse the repository at this point in the history
  3. ci(https support ): add test for https support DI

    - still WIP
    
    Signed-off-by: Sarita Mahajan <sarmahaj@redhat.com>
    sarmahaj committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5d71f77 View commit details
    Browse the repository at this point in the history