Commit Graph

370 Commits

Author SHA1 Message Date
Becca Petrin
d65ebddf89 revert more unnecessary dep changes 2019-06-19 10:47:25 -07:00
Becca Petrin
6bbba884b1 revert unnecessary dep updates from bad merge 2019-06-19 10:43:09 -07:00
Becca Petrin
51f52175ab merge master 2019-06-19 10:24:45 -07:00
Becca Petrin
07120c2faf update to latest plugin dependencies 2019-06-19 10:04:49 -07:00
Jeff Mitchell
f7444276f7 Update api and sdk to remove direct gogo dep 2019-06-18 14:51:13 -04:00
Jeff Mitchell
94cefffe08 Update api/sdk in main repo 2019-06-18 12:24:15 -04:00
Jeff Mitchell
4fa4c50079 Bump api/sdk dep 2019-06-18 11:19:15 -04:00
Becca Petrin
4ebfba2c2b Merge branch 'opensource-master' into add-elasticsearch-auth 2019-06-17 11:12:51 -07:00
Jeff Mitchell
c1ef613224 Update vendoring and api/sdk 2019-06-14 14:29:16 -04:00
Jeff Mitchell
263b96ef4e Tokenhelper v2 (#6662)
This provides an sdk util for common token fields and parsing and plumbs it into token store roles.
2019-06-14 10:17:04 -04:00
Jeff Mitchell
99eb461f98 Update vendoring 2019-06-13 13:41:18 -04:00
Becca Petrin
04c3bae2ef add elasticsearch database engine 2019-06-10 09:19:11 -07:00
Becca Petrin
a732b22f11 add PCF auth method, agent, and cli handler 2019-06-06 12:26:04 -07:00
Jeff Mitchell
946164180d Update vendoring 2019-06-06 13:51:34 -04:00
Lexman
4ed616dacb transit cache is an Interface implemented by wrapped versions of sync… (#6225)
* transit cache is an Interface implemented by wrapped versions of syncmap and golang-lru

* transit cache is an Interface implemented by wrapped versions of syncmap and golang-lru

* changed some import paths to point to sdk

* Apply suggestions from code review

Co-Authored-By: Lexman42 <Lexman42@users.noreply.github.com>

* updates docs with information on transit/cache-config endpoint

* updates vendored files

* fixes policy tests to actually use a cache where expected and renames the struct and storage path used for cache configurations to be more generic

* updates document links

* fixed a typo in a documentation link

* changes cache_size to just size for the cache-config endpoint
2019-06-04 15:40:56 -07:00
Jeff Mitchell
fe7ac4e934 Bump AWS plugin again 2019-05-28 17:37:47 -04:00
Joel Thompson
b47e2825d8 Bump AWS SDK dependency to latest (#6788)
Also pull the latest into the local vendor
2019-05-28 16:36:32 -05:00
tonyd
ed57002711 Allow logical backends access to the disabled state of an entity (#6791)
* Allow logical backends access to the disabled state of an entity via SystemView.EntityInfo().

* Add generated file in vendor directory.
2019-05-28 16:31:50 -05:00
Jeff Mitchell
19c78dc490 Update vendor 2019-05-23 10:44:19 -04:00
Patrick Hayes
b9f054d8ab Maximum typo in Vault UI (#6743) 2019-05-16 08:44:34 +02:00
Jeff Mitchell
faf12b3319 Update to use newer sdk 2019-05-15 09:22:48 -04:00
Jeff Mitchell
d7a7ab23b2 Vendoring updated grpc 2019-05-13 16:20:10 -04:00
Jeff Mitchell
8fd56d6e7d Update mod vendor
Closes #6711
2019-05-09 21:14:28 -04:00
Lexman
f1799885c1 fixes circle_ci_go-mod-vendor-check (#6704) 2019-05-08 17:04:26 -07:00
mgritter
94697af20c Update vendor directory with SDK changes. 2019-05-06 13:50:56 -07:00
Jim Kalafut
7f5e7818fd Update SDK vendor (#6669) 2019-05-01 18:48:12 -07:00
Jeff Mitchell
f7bb5a2e56 Port over some SP v2 bits (#6516)
* Port over some SP v2 bits

Specifically:

* Add too-large handling to Physical (Consul only for now)
* Contextify some identity funcs
* Update SP protos

* Add size limiting to inmem storage
2019-05-01 13:47:41 -04:00
Brian Kassouf
f6270bae64 Add mount UUID to the secret and auth list API responses (#6633) 2019-04-24 12:27:43 -07:00
Jeff Mitchell
e25a8a1c74 go mod tidy and go mod vendor 2019-04-23 20:58:55 -04:00
Jeff Mitchell
6ec1bcfb20 Merge branch '1.1.2' into master-oss 2019-04-18 18:49:49 -04:00
Brian Kassouf
7ec1fe75a9 Move cluster logic out of vault package (#6601)
* Move cluster logic out of vault package

* Dedup heartbeat and fix tests

* Fix test
2019-04-17 13:50:31 -07:00
Brian Kassouf
63f5825c04 Update kv deps 2019-04-16 09:43:52 -07:00
Jeff Mitchell
5f7effc2cf Update vendoring 2019-04-15 14:59:52 -04:00
Jeff Mitchell
c3d4854e39 Update vendor 2019-04-15 09:29:25 -04:00
Jeff Mitchell
278bdd1f4e Switch to go modules (#6585)
* Switch to go modules

* Make fmt
2019-04-13 03:44:06 -04:00
Jeff Mitchell
e7d0b57659 Remove consul lib dep 2019-04-13 02:12:31 -04:00
Jeff Mitchell
f95571a361 Move ldaputil and tlsutil over to sdk 2019-04-12 18:26:54 -04:00
Jeff Mitchell
6388efd4f0 Move useragent to sdk 2019-04-12 18:17:49 -04:00
Jeff Mitchell
a920c10be6 Move password to sdk 2019-04-12 18:12:13 -04:00
Jeff Mitchell
7ae6fb56ff Move policyutil to sdk 2019-04-12 18:08:46 -04:00
Jeff Mitchell
cf03949594 Move cidrutil to sdk 2019-04-12 18:03:59 -04:00
Jeff Mitchell
170521481d Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
Jeff Mitchell
b5455293d4 Update deps (#6580)
* Update deps

* Change azure dep to match plugin
2019-04-12 11:51:37 -04:00
Jeff Mitchell
7417cdd8a4 Update gcp plugin and changelog 2019-04-09 16:42:25 -04:00
Jeff Mitchell
b7be8183c0 Update gcp secrets plugin 2019-04-09 16:39:29 -04:00
Jim Kalafut
112adcc8a5 Update jwt plugin dep (#6556) 2019-04-09 12:49:44 -07:00
Jim Kalafut
172d63748c Update jwt plugin dep (#6543) 2019-04-05 15:42:15 -07:00
Jeff Mitchell
87b11cd949 Pull JWT auth plugin and update CL 2019-04-05 09:24:43 -04:00
Jeff Mitchell
7aab21a647 Update kv dep 2019-04-04 17:27:13 -04:00
Jeff Mitchell
0cc9ad3b55 Update kv deps 2019-04-04 16:54:10 -04:00