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

Add support for IAM Roles #3114

Open
panbenson opened this issue Nov 4, 2024 · 0 comments
Open

Add support for IAM Roles #3114

panbenson opened this issue Nov 4, 2024 · 0 comments
Labels
Type: Enhancement An improvement to WebPageTest

Comments

@panbenson
Copy link

Feature Request Summary

Support archiving to s3 via IAM roles

What's the motivation or use case for the change/feature?

It looks like the current s3 implementation hasn't been updated in a while (www/lib/S3.php).

As a result, we are only able to use IAM user credentials to authenticate (via archive_s3_key, archive_s3_secret in settings.ini)

$s3 = new S3(trim(GetSetting('archive_s3_key')), trim(GetSetting('archive_s3_secret')), false, trim(GetSetting('archive_s3_server')), $urlstyle);

Could we please consider adding the option to use IAM roles for better security?

@panbenson panbenson added the Type: Enhancement An improvement to WebPageTest label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement An improvement to WebPageTest
Projects
None yet
Development

No branches or pull requests

1 participant