Wire bbot_io_api_key config through to asndb - #3110
Merged
Merged
Conversation
Contributor
🚀 Performance Benchmark Report
|
ausmaster
approved these changes
May 19, 2026
Collaborator
Author
|
CI failure here is unrelated to this PR — it's the wpscan/Ruby breakage affecting all current PRs. wpscan 4.0.0 shipped 2026-05-19 and requires Ruby >= 3.3, but the GHA runners have Ruby 3.2.3, so Fix is in #3111 (pins wpscan to 3.8.28). Once that lands I'll rebase this PR and CI should go green. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3110 +/- ##
=====================================
- Coverage 90% 90% -0%
=====================================
Files 444 444
Lines 38376 38393 +17
=====================================
+ Hits 34324 34338 +14
- Misses 4052 4055 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
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.
Fixes #3108
Summary
bbot_io_api_keyconfig field (mirrorsinteractsh_token) that flows throughASNHelperto theasndblibrary.BBOT_IO_API_KEYenv var (read by the asndb library directly), with no BBOT-side config slot, no preset visibility, and no way to put it insecrets.yml.os.getenv(...) or kwargbehavior).