Sentryfuse consumer - #283
Open
sharvarikhamkar1304 wants to merge 27 commits into
Open
Conversation
Signed-off-by: sharvarikhamkar1304 <sharvari.khamkar@mygurukulam.co>
sharvarikhamkar1304
force-pushed
the
Sentryfuse-Consumer
branch
2 times, most recently
from
July 9, 2025 10:41
8ca419d to
9cde846
Compare
Signed-off-by: sharvarikhamkar1304 <sharvari.khamkar@mygurukulam.co>
sharvarikhamkar1304
force-pushed
the
Sentryfuse-Consumer
branch
from
July 9, 2025 11:05
9cde846 to
f5039a0
Compare
Added args configuration for container in deployment.
AWS Secret Key required the value be quoted and only allowed a 20-char gap between "aws" and the value, so plain .env-style AWS_SECRET_ACCESS_KEY=... lines were never matched, and even quoted values missed once combined with " = " (22+ chars, over the old gap). Widened the gap to 40 chars and made quotes optional. GitHub PAT only matched classic ghp_ tokens - gho_/ghu_/ghs_/ghr_ and fine-grained github_pat_ tokens were invisible to it. Extended to cover all of them. Verified both patterns against Go's regexp (RE2) engine - the one actually used by sentryfuse-consumer to compile these rules - before and after, confirming the fix and no regressions on the existing matches.
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.
No description provided.