docs(roadmap): track authenticating the ingest ports (#182) - #183
Merged
Conversation
#70 closed with Alertmanager fixed and Prometheus and Loki left published and unauthenticated, because `oracle`'s agent pushes to them and has no other path. That residual is recorded in SECURITY.md, but the work to retire it was not tracked anywhere — and this file is where outstanding work lives. Placed after the two SNMP items so those stay adjacent, and above the egress question, which is a decision rather than a known task. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What changed
One entry in
docs/roadmap.mdunder Security, for #182.Why
#70 closed with Alertmanager bound to loopback and Prometheus and Loki left
published and unauthenticated — they stay published because
oracle's Alloyagent pushes to them and has no other path. That is recorded as an accepted
residual in
SECURITY.md, and #182 is the work that would retire it, butnothing tracked it in the file that holds outstanding work.
SECURITY.mdsays what is currently true;docs/roadmap.mdsays what isoutstanding and why it is in that order. This residual belonged in both and was
only in one.
Placed after #84 and #85 so the two SNMP items stay adjacent, and above #86,
which is an open decision rather than a known task.
Blast radius
None — a documentation-only change. Nothing in the lab reads this file.
secrets/*.sops.yamlVerification
python3 scripts/check_docs.pyand./scripts/lint.shboth pass. Note thatcheck_docs.pydeliberately excludesdocs/roadmap.mdfrom its proseassertions, so the meaningful check here is markdownlint plus reading it.
make validatepassesdocs/, service README, ordocs/roadmap.md)