https://github.com/frederick888/aws-signer-browser
Firefox extension to sign AWS requests
https://github.com/frederick888/aws-signer-browser
amazon-web-services aws firefox firefox-extension webextension
Last synced: 24 days ago
JSON representation
Firefox extension to sign AWS requests
- Host: GitHub
- URL: https://github.com/frederick888/aws-signer-browser
- Owner: Frederick888
- License: mit
- Created: 2018-05-04T18:09:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T21:58:56.000Z (over 1 year ago)
- Last Synced: 2025-04-10T04:55:31.433Z (26 days ago)
- Topics: amazon-web-services, aws, firefox, firefox-extension, webextension
- Language: JavaScript
- Size: 1.16 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Firefox extension to [sign AWS requests](https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html).
This extension is largely inspired by [aws-request-signer](https://github.com/carsales/aws-request-signer).
# Installation
https://addons.mozilla.org/en-US/firefox/addon/aws-signer-browser/# Usage
1. Click toolbar button, go to Settings
0. Fill in AWS key and secret
0. Add new services
0. There you go :P# Example
To enable AWS Signer on all ElasticSearch services in region `us-east-1`:
```
[
{
"region": "us-east-1",
"service": "es",
"host": "*.us-east-1.es.amazonaws.com"
}
]
```