Scope Slack ETL token rules - #68
Closed
fineas-bot[bot] wants to merge 4 commits into
Closed
Conversation
fineas-bot
Bot
force-pushed
the
codex/slack-etl-token-rules
branch
from
June 29, 2026 14:23
f76abc1 to
a0abcf5
Compare
GoonMachine
approved these changes
Jun 29, 2026
fineas-bot Bot
added a commit
that referenced
this pull request
Jul 12, 2026
Semantic port of approved PR #68 to the current HTTP-secret schema, with exact manifest translation and documentation regressions.
This was referenced Jul 12, 2026
Author
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
SLACK_ETL_TOKENto the Slack Web API calls used by Slack ETLGET files.slack.comavailable for ETL attachment downloadsContext
Live Slack sync was failing in workflow sandboxes because the iron-control rule for
infra-slack-etl-tokenonly swapped the placeholder on/api/search.messages. Slack ETL starts withconversations.list, so Slack received the literal placeholder and returnedinvalid_auth.Test
docker run --rm -v /Users/fin-sa/centaur-slack-etl-token-rules:/work -w /work/services/api-rs rust:1-bookworm bash -c 'rustup component add rustfmt && cargo fmt --all --check && cargo test -p centaur-perms real_slack_tool_parses_and_translates'