Commit Graph

10543 Commits

Author SHA1 Message Date
Brad Jones
399056c73f
RabbitMQ 'vhost' parameter on roles endpoint should be 'vhosts'
In deploying this, I noted that passing `vhost` was unsuccessful, yet `vhosts` is.
2019-02-27 15:19:54 -07:00
Calvin Leung Huang
e7365516f3
agent/caching: enable caching of leases generated by autoauth token (#6293)
* agent/caching: enable caching of leases generated by autoauth token

* add test for auth/token/create path

* update error message log

* Some minor updates

* add sleep timer for renewal logic to process
2019-02-27 13:14:58 -08:00
Vishal Nayak
13586e8e09
Agent Caching: Remove response updates using renewal output (#6303)
* Agent Caching: Remove response updates using renewal output

* Use renewal output channel to log the fact
2019-02-27 14:33:45 -05:00
Jim Kalafut
ac3440cf02
changelog++ 2019-02-26 21:40:28 -08:00
vishalnayak
3996d26bd6 Port identity store cleanup code 2019-02-26 16:11:16 -05:00
vishalnayak
2153331225 changelog++ 2019-02-26 13:35:41 -05:00
vishalnayak
30c86823e4 changelog++ 2019-02-26 13:34:52 -05:00
vishalnayak
04d118ecf1 Agent caching docs superscript beta 2019-02-26 10:36:24 -05:00
vishalnayak
d551ebd31b Add Beta superscript to caching docs 2019-02-26 10:28:55 -05:00
vishalnayak
f021fffabe Agent doc update for beta testers 2019-02-26 10:20:55 -05:00
vishalnayak
603199c2cc Change agent's default port number to 8100 2019-02-26 10:02:12 -05:00
Calvin Leung Huang
d4e305f53e Agent caching docs (#6272)
* WIP agent caching docs

* More docs updates

* Add caching/index.html to docs_detailed_categories.yml

* Some more docs updates

* Some more docs updates

* updates

* address review feedback

* fix sample config

* Update website/source/docs/agent/caching/index.html.md

Co-Authored-By: calvn <cleung2010@gmail.com>

* fix config for sidebar display

* Add environment variable to the docs
2019-02-26 09:57:17 -05:00
Jim Kalafut
143412d58e
Fix agent test (#6281) 2019-02-21 21:24:16 -08:00
Jim Kalafut
90898851f5
Update JWT docs for OIDC feature (#6270) 2019-02-21 17:06:23 -08:00
Becca Petrin
10551cb1d2 add note about sts region to doc 2019-02-21 16:57:52 -08:00
Becca Petrin
476a4e143c
Merge pull request #6276 from joelthompson/6234-aws-region
Coax AWS SDK to use right region for STS
2019-02-21 16:54:45 -08:00
Calvin Leung Huang
2e0bef841a
agent/caching: use const for cache-clear path (#6271) 2019-02-21 14:53:34 -08:00
Calvin Leung Huang
05d4f97882
agent/caching: remove EvictByPrefix and EvictAll (#6269) 2019-02-21 14:52:10 -08:00
Chris Hoffman
362c56657c
adding 1.1 upgrade docs (#6279) 2019-02-21 17:41:06 -05:00
Matthew Irish
4ce2ad9b43
fix tests for auth-jwt and related functionality (#6277) 2019-02-21 16:21:23 -06:00
Joel Thompson
63e55b8520 Coax AWS SDK to use right region for STS 2019-02-20 22:57:39 -05:00
Brian Kassouf
b1d28402e3
Update config.rb 2019-02-20 17:24:53 -08:00
Becca Petrin
99bd2afbb3 allow aws region in cli login 2019-02-20 16:43:21 -08:00
Brian Kassouf
1c5e2175c9
Cut version 1.1.0-beta1 2019-02-20 12:14:59 -08:00
Brian Kassouf
760954c077 make fmt 2019-02-20 12:12:21 -08:00
Brian Kassouf
a9b60c9a5d
release prep 2019-02-20 11:12:09 -08:00
Brian Kassouf
413520a0c1
release prep 2019-02-20 11:11:08 -08:00
Brian Kassouf
c92a4577a3
changelog++ 2019-02-20 10:18:15 -08:00
Brian Kassouf
f13735a67f
changelog++ 2019-02-20 10:12:38 -08:00
Brian Kassouf
9578cf3422
changelog++ 2019-02-20 10:03:41 -08:00
Matthew Irish
7cba75cec7
changelog++ 2019-02-20 11:53:06 -06:00
Brian Kassouf
05513f0842
changelog++ 2019-02-20 09:45:27 -08:00
Brian Kassouf
9ff93b6542
Merge pull request #6266 from jesferman/patch-1
Fix wrong link in PKI menu-list
2019-02-20 09:12:52 -08:00
Jesus Fernandez Manzano
a277a41640
Fix wrong link in PKI menu-list
"Generate Certificate" button was linking to "sign" endpoint instead of "issue"
2019-02-20 12:29:08 +01:00
Vishal Nayak
1e0b6a0d88
AgentCache: Properly compute auto-auth token (#6264)
* Properly compute auto-auth token

* Use inmem sink to track auto-auth token

* update debug statement

* Only add inmem sink if using auto-auth token is allowed
2019-02-20 02:11:05 -05:00
Brian Kassouf
e2929789f0
changelog++ 2019-02-19 14:43:07 -08:00
Vishal Nayak
91deac7aab
Agent Cache: Some review feedback (#6257)
* Revamp agent cache client

* Update command/agent.go

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

* Agent cache auto auth token lookup case (#6258)

* agent cache auto auth token lookup case

* Use Blake2b256Hash instead of SHA256

* agent/cache: update cache-clear endpoint; use bytes.NewReader instead (#6259)

* agent/cache: update cache-clear endpoint; use bytes.NewReader instead

* agent/cache: Fix TestCache_ComputeIndexID after switching to blake2b

* agent/cache: Only parse response body if it's non-nil (#6260)

* Differently disable agent address in the API client

* Remove DisableAgent
2019-02-19 16:53:29 -05:00
Brian Kassouf
d7e441a78a
Merge pull request #6262 from hashicorp/1.1-beta
Merge 1.1 Beta
2019-02-19 12:20:58 -08:00
Brian Kassouf
731419f3c2 Merge remote-tracking branch 'oss/master' into 1.1-beta 2019-02-19 12:17:15 -08:00
Brian Kassouf
dd6b2a47dc
Port over some test fixes (#6261) 2019-02-19 12:03:02 -08:00
Martin
724f5a2268 typo in pathsToRadix doc (#6253) 2019-02-18 10:05:04 -08:00
Paul Korzhyk
b63e54c4b3
Update secrets-engines.html.md
That sentence sounds weird to me. I think this way is better.
2019-02-17 12:35:20 +02:00
chrissphinx
8bf8312215
fix example that was out-of-date
showing how to allow users auth'd with userpass method to modify their own passwords
2019-02-16 14:04:05 -05:00
Lexman
7685bf1af4 use deep.Equal instead of reflect.DeepEqual in some failing tests (#6249)
* use deep.Equal instead of reflect.DeepEqual in some failing tests

* changed test output a little bit
2019-02-15 14:00:14 -08:00
Nick Cabatoff
b956730d2a Fix TestSysMount. 2019-02-15 14:28:39 -05:00
ncabatoff
a08dc29cd4 Fix TestSysRemount. (#6248) 2019-02-15 11:15:39 -08:00
ncabatoff
8e4ea903c8 Fix TestSysMounts, TestSysMounts_headerAuth. (#6246) 2019-02-15 11:15:02 -08:00
ncabatoff
a8e427ea24 Fix TestSystemBackend_mount, TestSystemBackend_mounts. (#6247) 2019-02-15 11:14:45 -08:00
Calvin Leung Huang
678f0c0127 fix TestCore_Unmount 2019-02-15 11:13:26 -08:00
Calvin Leung Huang
138aac0073 fix TestSystemBackend_InternalUIMounts 2019-02-15 10:46:38 -08:00