Skip to content

feat: Cert hot reload#29657

Draft
DatScreamer wants to merge 2 commits into
anomalyco:devfrom
DatScreamer:dev
Draft

feat: Cert hot reload#29657
DatScreamer wants to merge 2 commits into
anomalyco:devfrom
DatScreamer:dev

Conversation

@DatScreamer
Copy link
Copy Markdown

@DatScreamer DatScreamer commented May 28, 2026

Issue for this PR

Closes #29579

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Hot reloads system certificate trust using file watchers on macos and linux, and 60s polling on windows

How did you verify your code works?

Untested at the moment

Checklist

  • I have tested my changes locally

Partially. Works on macos.

  • I have not included unrelated changes in this PR

there's some added debugging logging still

@DatScreamer DatScreamer requested a review from adamdotdevin as a code owner May 28, 2026 03:43
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Feat: Cert hot reload (preliminary, untested) doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@DatScreamer DatScreamer changed the title Feat: Cert hot reload (preliminary, untested) feat: Cert hot reload (preliminary, untested) May 28, 2026
@DatScreamer DatScreamer changed the title feat: Cert hot reload (preliminary, untested) feat: Cert hot reload May 28, 2026
@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@DatScreamer DatScreamer marked this pull request as draft May 28, 2026 03:59
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.

[FEATURE]: Hot Reload Certificate Trust

1 participant