Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Gatling tests using AWS sigV4 signing #3311

Closed
dlvenable opened this issue Sep 7, 2023 · 0 comments · Fixed by #3312
Closed

Support Gatling tests using AWS sigV4 signing #3311

dlvenable opened this issue Sep 7, 2023 · 0 comments · Fixed by #3312
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

The Gatling performance tests could be run against Amazon HTTP endpoints which are authenticated by SigV4. This could allow for running against Amazon OpenSearch Ingestion since this service is making use of Data Prepper. This can also set the groundwork for running tests against other authentication mechanisms such as HTTP Basic Auth and mTLS (if supported in the future).

Describe the solution you'd like

Provide a new property to configure the authentication:

-Dauthentication=aws_sigv4

When set to SigV4 make use of two other properties to configure the region and service name: -Daws_region= and -Daws_service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant