Skip to content

broader-aws-support#608

Merged
general-kroll-4-life merged 1 commit intomainfrom
feature/context-parameters
Jan 7, 2026
Merged

broader-aws-support#608
general-kroll-4-life merged 1 commit intomainfrom
feature/context-parameters

Conversation

@general-kroll-4-life
Copy link
Contributor

@general-kroll-4-life general-kroll-4-life commented Jan 7, 2026

Description

  • Support for aws.s3 parameter mobility.
  • Support for fine grained host parameters.
  • Support for context parameters, a convenient abstraction loosely aligned to golang context at this point.
  • Added handler unit testing.
  • Added context variable unit testing.

Type of change

  • Bug fix (non-breaking change to fix a bug).
  • Feature (non-breaking change to add functionality).
  • Breaking change.
  • Other (eg: documentation change). Please explain.

Issues referenced.

N/A.

Evidence

  • Added handler unit testing.
  • Added context variable unit testing.

Checklist:

  • A full round of testing has been completed, and there are no test failures as a result of these changes.
  • The changes are covered with functional and/or integration robot testing.
  • The changes work on all supported platforms.
  • Unit tests pass locally, as per the developer guide.
  • Robot tests pass locally, as per the developer guide.
  • Linter passes locally, as per the developer guide.

Variations

N/A.

Tech Debt

One added gotest does not yet function on windows. Added this ticket to fix this.

@gitguardian
Copy link

gitguardian bot commented Jan 7, 2026

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
5013756 Triggered RSA Private Key 55d01e0 internal/stackql/handler/testdata/dummy_credentials/dummy-sa-key.json View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Summary:

- Support for `aws.s3` parameter mobility.
- Support for fine grained host parameters.
- Support for `context` parameters, a convenient abstraction loosely aligned to `golang` `context` at this point.
- Added handler unit testing.
- Added context variable unit testing.
@general-kroll-4-life general-kroll-4-life force-pushed the feature/context-parameters branch from 8309599 to 55d01e0 Compare January 7, 2026 12:32
@general-kroll-4-life general-kroll-4-life merged commit ad9409b into main Jan 7, 2026
19 checks passed
@general-kroll-4-life general-kroll-4-life deleted the feature/context-parameters branch January 7, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant