open-consul/vendor/github.com/jmespath/go-jmespath
Paul Banks a84b82b3df
connect: Add AWS PCA provider (#6795)
* Update AWS SDK to use PCA features.

* Add AWS PCA provider

* Add plumbing for config, config validation tests, add test for inheriting existing CA resources created by user

* Unparallel the tests so we don't exhaust PCA limits

* Merge updates

* More aggressive polling; rate limit pass through on sign; Timeout on Sign and CA create

* Add AWS PCA docs

* Fix Vault doc typo too

* Doc typo

* Apply suggestions from code review

Co-Authored-By: R.B. Boyer <rb@hashicorp.com>
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>

* Doc fixes; tests for erroring if State is modified via API

* More review cleanup

* Uncomment tests!

* Minor suggested clean ups
2019-11-21 17:40:29 +00:00
..
.gitignore connect: Add AWS PCA provider (#6795) 2019-11-21 17:40:29 +00:00
.travis.yml Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
LICENSE Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
Makefile Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
README.md Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
api.go connect: Add AWS PCA provider (#6795) 2019-11-21 17:40:29 +00:00
astnodetype_string.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
functions.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
interpreter.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
lexer.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
parser.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
toktype_string.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00
util.go Update vendoring from go mod. (#5566) 2019-03-26 17:50:42 -04:00

README.md

go-jmespath - A JMESPath implementation in Go

Build Status

See http://jmespath.org for more info.