-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STS: add support for signing requests with
assume_role
tokens (#117)
* Aws_gen: add additional_libraries field to dune gen * Sts_test: add assume_role and token authentication tests Co-authored-by: Adam Ringwood <[email protected]> Co-authored-by: Leon Chou <[email protected]>
- Loading branch information
1 parent
876bdb4
commit 4acdbcd
Showing
51 changed files
with
265 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,16 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Auto Scaling" | ||
description: "Amazon Web Services SDK bindings to Auto Scaling" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ "Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
"aws" {= version} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to AWS CloudFormation" | ||
description: "Amazon Web Services SDK bindings to AWS CloudFormation" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to AWS CloudTrail" | ||
description: "Amazon Web Services SDK bindings to AWS CloudTrail" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Amazon CloudWatch" | ||
description: "Amazon Web Services SDK bindings to Amazon CloudWatch" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Amazon Elastic Compute Cloud" | ||
description: "Amazon Web Services SDK bindings to Amazon Elastic Compute Cloud" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Amazon ElastiCache" | ||
description: "Amazon Web Services SDK bindings to Amazon ElastiCache" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Elastic Load Balancing" | ||
description: "Amazon Web Services SDK bindings to Elastic Load Balancing" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
opam-version: "2.0" | ||
version: "1.2" | ||
synopsis: | ||
"Amazon Web Services SDK bindings to Amazon Relational Database Service" | ||
description: | ||
"Amazon Web Services SDK bindings to Amazon Relational Database Service" | ||
synopsis: "Amazon Web Services SDK bindings to Amazon Relational Database Service" | ||
description: "Amazon Web Services SDK bindings to Amazon Relational Database Service" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -30,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Amazon Route 53" | ||
description: "Amazon Web Services SDK bindings to Amazon Route 53" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ version: "1.2" | |
synopsis: "Amazon Web Services SDK bindings to Amazon SimpleDB" | ||
description: "Amazon Web Services SDK bindings to Amazon SimpleDB" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -28,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
opam-version: "2.0" | ||
version: "1.2" | ||
synopsis: "Amazon Web Services SDK bindings to Amazon Simple Queue Service" | ||
description: | ||
"Amazon Web Services SDK bindings to Amazon Simple Queue Service" | ||
description: "Amazon Web Services SDK bindings to Amazon Simple Queue Service" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -29,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
opam-version: "2.0" | ||
version: "1.2" | ||
synopsis: | ||
"Amazon Web Services SDK bindings to Amazon Simple Systems Management Service" | ||
description: | ||
"Amazon Web Services SDK bindings to Amazon Simple Systems Management Service" | ||
synopsis: "Amazon Web Services SDK bindings to Amazon Simple Systems Management Service" | ||
description: "Amazon Web Services SDK bindings to Amazon Simple Systems Management Service" | ||
maintainer: "Tim McGilchrist <[email protected]>" | ||
authors: [ | ||
authors: [ | ||
"Spiros Eliopoulos <[email protected]>" | ||
"Daniel Patterson <[email protected]>" | ||
"Tim McGilchrist <[email protected]>" | ||
] | ||
license: "BSD-3-clause" | ||
homepage: "https://github.com/inhabitedtype/ocaml-aws" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues" | ||
doc: "https://github.com/inhabitedtype/ocaml-aws" | ||
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
|
@@ -30,4 +28,4 @@ depends: [ | |
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
] |
Oops, something went wrong.