docs: document tailscale policy gitops workflow - #9
Merged
Conversation
Record the decision to make git the source of truth for the tailnet policy file, the reference facts needed to operate it, and the procedure for changing, verifying, reverting, and emergency-editing the policy. Companion to GilmanLab/networking feat/tailscale-policy-gitops.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents managing the tailnet policy file as code, as the companion change to
GilmanLab/networkingbranchfeat/tailscale-policy-gitops.decisions/0002-manage-tailscale-policy-with-gitops.md— git is the source oftruth for the policy file; validated on pull requests, applied on merge, and
authenticated with a workload identity federation credential.
reference/networking/tailscale-policy.md— tailnet identity, policy andworkflow locations, tag catalog, auto-approved routes, credential and variable
inventory, and why drift detection is inert in this setup.
runbooks/tailscale-policy-change.md— change, verify, revert, and emergencyedit procedures.
index.mdandmkdocs.yml— navigation for the new pages, including the newRunbooks section.
Validation
mise exec -- moon run docs:build --summary minimalpasses withstrict: true,and all three pages render.
Notes
Merge after the
GilmanLab/networkingpull request, so the links totailscale/policy.hujsonand.github/workflows/tailscale-acl.ymlonmasterresolve.