Clint Shryock
7e1a4885e1
fix typo in code comment
2019-02-28 10:26:40 -06:00
Andrey Kuzmin
b496fea4ad
Etcd timeouts ( #6285 )
...
* Configurable lock and request etcd timeouts.
If etcd cluster placed on slow servers - request timeouts may be much greater, then hardcoded default values.
Also, in etcd setup, like above - may be need to greater lock timeout.
* Configurable lock and request etcd timeouts.
Docs.
* Use user friendly timeout syntax.
To allow specify more readable time values.
2019-02-27 18:34:29 -08:00
Anton R. Yuste
4120aa2da0
Specify the userpass name creating the alias entity ( #6289 )
2019-02-27 18:28:33 -08:00
Jon Currey
e9891013b3
Fix typo on Seal page of concepts docs ( #6290 )
2019-02-27 18:27:36 -08:00
John O'Sullivan
62f454c972
Documenting -dev-plugin-dir vault server option ( #6307 )
...
Based on an answer from Brian Kassouf on the Google Group: https://groups.google.com/d/msg/vault-tool/7Qf9Hn1w3jA/yGUIKZxHGAAJ
2019-02-27 18:24:49 -08:00
Jeff Mitchell
6208142a71
Update golang-lru dep which has a minor speedbump in the critical path
2019-02-27 17:51:06 -05:00
Calvin Leung Huang
2486e4c5b6
changelog++
2019-02-27 14:25:22 -08:00
Calvin Leung Huang
c07253999c
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
ffabeda5d9
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
ff945e929e
changelog++
2019-02-26 21:40:28 -08:00
vishalnayak
3f92836771
Port identity store cleanup code
2019-02-26 16:11:16 -05:00
vishalnayak
6020f02454
changelog++
2019-02-26 13:35:41 -05:00
vishalnayak
83f797b059
changelog++
2019-02-26 13:34:52 -05:00
vishalnayak
1d16601b7f
Agent caching docs superscript beta
2019-02-26 10:36:24 -05:00
vishalnayak
dee2e1797d
Add Beta superscript to caching docs
2019-02-26 10:28:55 -05:00
vishalnayak
2ab27e6087
Agent doc update for beta testers
2019-02-26 10:20:55 -05:00
vishalnayak
f04b4d1668
Change agent's default port number to 8100
2019-02-26 10:02:12 -05:00
Calvin Leung Huang
5b5ec851c7
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
ebb63652cd
Fix agent test ( #6281 )
2019-02-21 21:24:16 -08:00
Jim Kalafut
9bac5158cd
Update JWT docs for OIDC feature ( #6270 )
2019-02-21 17:06:23 -08:00
Calvin Leung Huang
fda590f538
agent/caching: use const for cache-clear path ( #6271 )
2019-02-21 14:53:34 -08:00
Calvin Leung Huang
8fc9138fe4
agent/caching: remove EvictByPrefix and EvictAll ( #6269 )
2019-02-21 14:52:10 -08:00
Chris Hoffman
481c38c7d0
adding 1.1 upgrade docs ( #6279 )
2019-02-21 17:41:06 -05:00
Matthew Irish
a5fd143f82
fix tests for auth-jwt and related functionality ( #6277 )
2019-02-21 16:21:23 -06:00
Brian Kassouf
40399cb387
Update config.rb
2019-02-20 17:24:53 -08:00
Brian Kassouf
d6d81d3def
Cut version 1.1.0-beta1
2019-02-20 12:14:59 -08:00
Brian Kassouf
efe5671f36
make fmt
2019-02-20 12:12:21 -08:00
Brian Kassouf
5cd0e97654
release prep
2019-02-20 11:12:09 -08:00
Brian Kassouf
4936297896
release prep
2019-02-20 11:11:08 -08:00
Brian Kassouf
ccc2a1683c
changelog++
2019-02-20 10:18:15 -08:00
Brian Kassouf
8c5e0cfddc
changelog++
2019-02-20 10:12:38 -08:00
Brian Kassouf
f46a90b46e
changelog++
2019-02-20 10:03:41 -08:00
Matthew Irish
d3393ce3d6
changelog++
2019-02-20 11:53:06 -06:00
Brian Kassouf
897f525b1e
changelog++
2019-02-20 09:45:27 -08:00
Brian Kassouf
adb6a9febc
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
c63408442b
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
779d49bab5
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
f22b1b396a
changelog++
2019-02-19 14:43:07 -08:00
Vishal Nayak
5037185d5d
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
bb910f2bb9
Merge pull request #6262 from hashicorp/1.1-beta
...
Merge 1.1 Beta
2019-02-19 12:20:58 -08:00
Brian Kassouf
26d8d318d7
Merge remote-tracking branch 'oss/master' into 1.1-beta
2019-02-19 12:17:15 -08:00
Brian Kassouf
ab1a04f8e6
Port over some test fixes ( #6261 )
2019-02-19 12:03:02 -08:00
Martin
4c9e7f4478
typo in pathsToRadix doc ( #6253 )
2019-02-18 10:05:04 -08:00
Lexman
1ed2f2210b
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
3e871daec3
Fix TestSysMount.
2019-02-15 14:28:39 -05:00
ncabatoff
81c5a87d85
Fix TestSysRemount. ( #6248 )
2019-02-15 11:15:39 -08:00
ncabatoff
62113d614b
Fix TestSysMounts, TestSysMounts_headerAuth. ( #6246 )
2019-02-15 11:15:02 -08:00
ncabatoff
4cf1e24a9e
Fix TestSystemBackend_mount, TestSystemBackend_mounts. ( #6247 )
2019-02-15 11:14:45 -08:00
Calvin Leung Huang
ac0b31b544
fix TestCore_Unmount
2019-02-15 11:13:26 -08:00
Calvin Leung Huang
35ecaa2b6b
fix TestSystemBackend_InternalUIMounts
2019-02-15 10:46:38 -08:00