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

client: add a StaticWatcher utility constructor #116

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 8, 2024

  1. client: add a StaticWatcher utility constructor

    This helps with migration of secrets that need a Watcher in production, but
    which still need static values for development and testing. The resulting
    Watcher never notifies an update, but is valid and vends the provided secret.
    
    While here, pull all the static constructors out into their own file, as the
    store file is getting a bit unwieldy.
    
    Updates tailscale/corp#22445
    creachadair committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2e268e6 View commit details
    Browse the repository at this point in the history