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

FEAT: http client may not need root cert #21

Open
Masber opened this issue Nov 11, 2024 · 0 comments
Open

FEAT: http client may not need root cert #21

Masber opened this issue Nov 11, 2024 · 0 comments

Comments

@Masber
Copy link
Collaborator

Masber commented Nov 11, 2024

in mesa, all http clients need a root cert in order to interact with backend.
This is not the case with OCHAMI (at least on test environments)
refactor http clients to root cert to Option<&[u8]>

Tasks:
change all http clients so root_cert input is optional (make this change one by one by calling the function as Some(root_cert))
change settings struct to root_cert is optional field and change the http client functions call from Some(root_cert) to root_cert_opt

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

No branches or pull requests

1 participant