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

process CA bundle event #729

Merged
merged 1 commit into from
Sep 13, 2023
Merged

process CA bundle event #729

merged 1 commit into from
Sep 13, 2023

Conversation

ekoby
Copy link
Member

@ekoby ekoby commented Sep 13, 2023

  • re-write config file or external CA bundle file

[fixed #721]

- re-write config file or external CA bundle file
@ekoby ekoby requested a review from a team as a code owner September 13, 2023 14:30
@ekoby ekoby merged commit 9b7d6a4 into main Sep 13, 2023
10 checks passed
@ekoby ekoby deleted the process-ca-bundle-event branch September 13, 2023 14:49

int rc = 0;
uv_fs_t fs_req = {0};
CHECK_UV("check exiting config", uv_fs_stat(NULL, &fs_req, path, NULL));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check existing. btw this typo is also pre-existing on line 1232.

also should "config" be changed to "file" in this function?


if (write_new_cfg) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a good place for a log. maybe even at INFO?

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

Successfully merging this pull request may close these issues.

update CA bundle on SDK event
3 participants