go-aws-auth icon indicating copy to clipboard operation
go-aws-auth copied to clipboard

[DEPRECATED] Signs requests to Amazon Web Services (AWS) using IAM roles or signed signature versions 2, 3, and 4. Supports S3 and STS.

Results 12 go-aws-auth issues
Sort by recently updated
recently updated
newest added

## Announcement: This repository (`go-aws-auth`) will soon be [archived](https://blog.github.com/2017-11-08-archiving-repositories/) and will subsequently be removed on September 1, 2018. Between now and then, any who wish may fork the repo and...

When I print the response, I get a 403 Forbidden with the following error **MissingAuthenticationTokenException**. I have nevertheless added the SecurityToken generated with ```sh $ aws sts get_session-token ``` What...

Hey, I'm using this library to sign requests to an AWS ES Service endpoint. Basic requests work fine, but those with a `*` have a signing error: ``` The request...

The magic code for parsing service/region from the service domain does not work in our environment since we refer to our services via an indirect CNAME which does not follow...

``` go version go1.8 darwin/amd64 GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/tmornini/go" GORACE="" GOROOT="/usr/local/Cellar/go/1.8/libexec" GOTOOLDIR="/usr/local/Cellar/go/1.8/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/z7/rq6vhb0s7299yt54gljf0f600000gn/T/go-build673217083=/tmp/go-build -gno-record-gcc-switches -fno-common" CXX="clang++" CGO_ENABLED="1" PKG_CONFIG="pkg-config" CGO_CFLAGS="-g...

I'm using the lib for ec2 service. For url : `https://ec2.eu-central-1.amazonaws.com/?ImageId=ami-9bf712f4&MaxCount=1&MinCount=0&Action=RunInstances` when I use the Sign() func, I get response 401 : ``` AuthFailureAWS was not able to validate the...

With API Gateway, you need to sign your URL if you have AWS_IAM authentication enabled and this would be a great service to use if it supported it. Unfortunately, if...

Any chance you could tag a release? coreos/rkt much prefer to only depend on tagged projects (see https://github.com/coreos/rkt/pull/2428). As they put it: Please consider assigning version numbers and tagging releases....

I had need for a different query-string-based SigV4 signing for AWS IoTData service. The mechanism is quite different from the S3 or ES signing mechanism (already implemented in this library),...

Right now I am trying to sign requests to AWS Elasticsearch service, and those domains are in the form: ``` https://search-[domain]-[id].[region].es.amazonaws.com ``` My request are failing because they're defaulting to...