Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawliet89/aws-auth-payload
This library provides methods for you to use your AWS credentials to generate a pre-signed request to AWS API.
https://github.com/lawliet89/aws-auth-payload
Last synced: 16 days ago
JSON representation
This library provides methods for you to use your AWS credentials to generate a pre-signed request to AWS API.
- Host: GitHub
- URL: https://github.com/lawliet89/aws-auth-payload
- Owner: lawliet89
- License: mit
- Created: 2019-06-10T06:48:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T10:15:36.000Z (about 3 years ago)
- Last Synced: 2024-10-15T11:55:02.297Z (29 days ago)
- Language: Rust
- Homepage: https://lawliet89.github.io/aws-auth-payload/aws_auth_payload/
- Size: 34.6 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `aws-auth-payload`
This library provides methods for you to use your AWS credentials to generate a pre-signed
request to AWS API.You can then pass this pre-signed request to an appliaction you are using for the application
to verify your AWS identity.This is what [Vault](https://www.vaultproject.io/docs/auth/aws.html#iam-auth-method) uses to
authenticate AWS users.It is also used in [Kubernetes](https://github.com/kubernetes-sigs/aws-iam-authenticator) to
authenticate AWS IAM users.