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

cmd/bsky-webhook: add optional support for a secrets service #3

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

creachadair
Copy link
Member

  • When --secrets-url is set, the program will attempt to fetch its webhook URL
    and app key from the specified setec server, overriding the values set on the
    command line.

  • Plumb a context to handle signals.

  • Plumb an HTTP client (currently only the default) so we can stub in a proxy.

@creachadair creachadair requested a review from Erisa November 14, 2024 16:00
@creachadair creachadair force-pushed the mjf/setec branch 2 times, most recently from efc45c8 to 632f63c Compare November 14, 2024 16:52
- When --secrets-url is set, the program will attempt to fetch its webhook URL
  and app key from the specified setec server, overriding the values set on the
  command line. Include environment hooks.

- Plumb a context to handle signals.

- Plumb an HTTP client (currently only the default) so we can stub in a proxy.

- Update configuration docs in README.
@creachadair creachadair merged commit 7a2ed17 into main Nov 14, 2024
1 check passed
@creachadair creachadair deleted the mjf/setec branch November 14, 2024 17:24
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.

2 participants