9692 Commits

Author SHA1 Message Date
Seth Vargo
ff3657d0f2
Fix website command 2017-03-08 09:47:16 -08:00
Seth Vargo
78f9ba37ba
Remove Vagrantfile 2017-03-08 09:35:34 -08:00
Jeff Mitchell
4390f007fe Minor doc updates 2017-03-08 10:25:57 -05:00
Jeff Mitchell
169e7a4084 changelog++ 2017-03-08 10:23:02 -05:00
Jeff Mitchell
317c664370 Add option to require valid client certificates (#2457) 2017-03-08 10:21:31 -05:00
Jeff Mitchell
c391f77010 changelog++ 2017-03-08 09:26:36 -05:00
Jeff Mitchell
8681311b7c Add option to disable caching per-backend. (#2455) 2017-03-08 09:20:09 -05:00
Jeff Mitchell
b1ed578f3d Rename physical backend to storage and alias old value (#2456) 2017-03-08 09:17:00 -05:00
Seth Vargo
364a86bb0b Separate backend configurations into their own pages (#2454)
* Clean vertical lines

* Make sidebar slightly larger on bigger displays

* Separate backend configurations into their own pages
2017-03-07 21:47:23 -05:00
Brian Kassouf
cd68899a4a Fix renew and revoke calls 2017-03-07 17:21:44 -08:00
Brian Kassouf
73200db1d9 Add defaults to the cassandra databse type 2017-03-07 17:00:52 -08:00
Brian Kassouf
78fdc2ad24 Pass statements object 2017-03-07 16:48:17 -08:00
Brian Kassouf
01300e026b Remove unused sql object 2017-03-07 15:34:23 -08:00
Brian Kassouf
1d23bbbe28 Remove double lock 2017-03-07 15:33:05 -08:00
Brian Kassouf
c823ad0597 Update locking functionaility 2017-03-07 13:48:29 -08:00
vishalnayak
239bd1c69b Add locking where possible while doing auth/token/tidy 2017-03-07 16:06:05 -05:00
vishalnayak
1e5d6e3031 Added sys/tidy-leases endpoint 2017-03-07 15:50:17 -05:00
Jeff Mitchell
99a74e323d Use locks in a slice rather than a map, which is faster and makes things cleaner (#2446) 2017-03-07 11:21:32 -05:00
Jeff Mitchell
df575f0b3a Rename helper 'duration' to 'parseutil'. (#2449)
Add a ParseBool function that accepts various kinds of ways of
specifying booleans.

Have config use ParseBool for UI and disabling mlock/cache.
2017-03-07 11:21:22 -05:00
Seth Vargo
b0d60b8172 Merge pull request #2448 from hashicorp/sethvargo/breakup
Docs organization updates
2017-03-06 18:49:17 -05:00
Seth Vargo
17329617aa
Do not print header or footer 2017-03-06 16:11:06 -05:00
Seth Vargo
a2d4b7324f
Underline in black 2017-03-06 16:11:06 -05:00
Seth Vargo
50ca10b5c8
Fix http layout 2017-03-06 16:11:05 -05:00
Seth Vargo
71a0609616
Move install guides into docs layout 2017-03-06 16:11:05 -05:00
Seth Vargo
7fceebcd6e
Update upgrade guides 2017-03-06 16:11:05 -05:00
Seth Vargo
76b9ed2702
Tabs to spaces 2017-03-06 16:11:04 -05:00
Seth Vargo
50c9d135ac
Add syntax highlighting 2017-03-06 16:11:04 -05:00
Seth Vargo
a49714546f
Clean up scss 2017-03-06 16:11:04 -05:00
Seth Vargo
8bcf3b1741
Do not show "Edit this Page" in dev either 2017-03-06 16:11:04 -05:00
Seth Vargo
0db284fa09
Use × instead of "X" 2017-03-06 16:11:03 -05:00
Seth Vargo
7b1dc98ab8
Remove empty scss file 2017-03-06 16:11:03 -05:00
Seth Vargo
b9ea9a7f53
Remove displaying-bnr
This is not used anywhere
2017-03-06 16:11:03 -05:00
Seth Vargo
4f5f1e7a52
Unify layout partials 2017-03-06 16:11:02 -05:00
Jeff Mitchell
c2bd662386 Switch physical cache map index value to md5 from sha1 for all the performances 2017-03-06 13:11:14 -05:00
Michael
3445b3ae63 Updated doc to match real output (#2443)
Regards hashicorp/vault#2116
2017-03-06 10:39:34 -05:00
Jeff Mitchell
68529eedd4 Fix dynamo test that can double close a channel 2017-03-04 16:59:00 -05:00
Jeff Mitchell
aecb5cbd34 Add some nil checks to mounting 2017-03-04 16:43:18 -05:00
Jeff Mitchell
2f1aed5500 Fix poison pill location 2017-03-04 10:21:27 -05:00
Brian Kassouf
354233f91d rename mysql variable 2017-03-03 15:07:41 -08:00
Brian Kassouf
9ee0c34179 Allowed/Denied parameters support for globs (#2438)
* Add check for globbed strings

* Add tests for the acl globbing

* Fix bad test case
2017-03-03 14:50:55 -08:00
Brian Kassouf
4d335099de Make db instances immutable and add a reset path to tear down and create a new database instance with an updated config 2017-03-03 14:38:49 -08:00
Brian Kassouf
fa8da4cf91 Fix mysql connections 2017-03-03 14:38:49 -08:00
Brian Kassouf
e442917e26 Add mysql into the factory 2017-03-03 14:38:48 -08:00
Brian Kassouf
5e2cffcdd0 Add max connection lifetime param and set consistancy on cassandra session 2017-03-03 14:38:48 -08:00
Brian Kassouf
cee3dc9b9e s/Statement/Statements/ 2017-03-03 14:38:48 -08:00
Brian Kassouf
bfbb104e19 Add mysql database type 2017-03-03 14:38:48 -08:00
Brian Kassouf
ad17d113c7 More work on refactor and cassandra database 2017-03-03 14:38:48 -08:00
Brian Kassouf
3d77a9a6f4 Begin work on database refactor 2017-03-03 14:38:48 -08:00
Jeff Mitchell
daf2dd6995 Make cache not actually cache values under core/ (#2439) 2017-03-03 16:04:31 -05:00
Jeff Mitchell
3474a0a844 Add poison pill 2017-03-03 15:05:25 -05:00