Matthew Irish
4c9e6c52ab
changelog++
2018-04-18 14:31:35 -05:00
vishalnayak
e1d857fed9
changelog++
2018-04-18 13:11:40 -04:00
Vishal Nayak
5fa9e4ca5c
phys/consul: Allow tuning of session ttl and lock wait time ( #4352 )
...
* phys/consul: allow tuning of session ttl and lock wait time
* use parseutil
* udpate docs
2018-04-18 13:09:55 -04:00
Joshua Ogle
6ed96f53a3
Merge pull request #4379 from hashicorp/jo-ie11-fixes
...
UI: Add Autoprefixer + IE11 fixes
2018-04-17 19:37:10 -06:00
Joshua Ogle
3d9e9b7b6a
Merge branch 'master' into jo-ie11-fixes
2018-04-17 18:44:59 -06:00
Becca Petrin
b3b7fba67e
Release database resources on each iteration of a loop ( #4305 )
2018-04-17 16:31:09 -07:00
Jeff Mitchell
cfd8021a6b
changelog++
2018-04-17 18:53:50 -04:00
Jeff Mitchell
805b5e5160
X-Forwarded-For ( #4380 )
2018-04-17 18:52:09 -04:00
Matthew Irish
1f4f2b2f0f
Ui ie11 button form attr ( #4378 )
...
* move submit buttons in auth-form into a form tag because IE11 is sad
* add acceptance test for auth-method clearing
* update ember-cli-page-object
* actually remove the form attr on the auth-form component
* remove form attribute on init form
* remove form attribute from shamir-flow component
* stringify not strigify
2018-04-17 17:04:34 -05:00
Yoko
43cb70c7bf
Versioned KV secret engine (kv-v2) tutorial ( #4367 )
...
* Added versioned kv secret engine tutorial
* Added check-and-set feature
* Fixed archived -> deleted
* Incorporated all suggested changes
2018-04-17 14:42:14 -07:00
Joshua Ogle
7bb9490403
Merge branch 'master' into jo-ie11-fixes
2018-04-17 14:07:05 -06:00
Matthew Irish
04003aefbf
use ms-specific api for saving Blobs instead of using the File constructor ( #4376 )
2018-04-17 15:02:37 -05:00
Martin
ad57258d64
Add missing entries in path-help ( #4370 )
2018-04-17 13:54:04 -04:00
Jeff Mitchell
4e444ae2f9
Update gcp plugin
2018-04-17 13:50:28 -04:00
Laura Uva
2ae6d614b8
Add mode to the examples under automation steps ( #4374 )
2018-04-17 13:47:41 -04:00
Joshua Ogle
f063649131
Move styles out of loading svg
2018-04-17 10:24:13 -06:00
Joshua Ogle
ee56c12d32
Update autoprefixer list to defaults + ie11
2018-04-17 10:10:08 -06:00
vishalnayak
90d50b8eed
changelog++
2018-04-17 12:04:01 -04:00
Vishal Nayak
0612103c2f
external identity groups across mounts ( #4365 )
2018-04-17 12:01:43 -04:00
Jeff Mitchell
35c852b97f
Bump gcp secrets plugin
2018-04-17 11:59:43 -04:00
Jeff Mitchell
8e1aea5eb3
changelog++
2018-04-17 11:58:37 -04:00
vishalnayak
da1d68969c
docs: update accessor lookup response
2018-04-17 11:52:58 -04:00
vishalnayak
6e827d2b27
docs: update token lookup response
2018-04-17 11:40:00 -04:00
vishalnayak
2ffc74c887
changelog++
2018-04-17 11:19:54 -04:00
Vishal Nayak
62ba3f381f
Identity policies in token lookup ( #4366 )
...
* Add identity_policies to token lookup
* add tests
* naming change
* add commenting in tests
2018-04-17 11:16:26 -04:00
Sohex
efd0023d89
Update index.html.md ( #4372 )
...
Remove duplicate of max_ttl description from end of period description under create role parameters.
2018-04-17 11:05:50 -04:00
Krzysztof Nazarewski
f325bae6d3
copy-paste fix ( #4377 )
2018-04-17 08:36:38 -04:00
Joshua Ogle
07012e3f54
Fix logo position in IE11
2018-04-16 19:39:07 -06:00
Joshua Ogle
854d56ae45
Fix shadow on user icon
2018-04-16 17:41:10 -06:00
Matthew Irish
1429bacf60
UI - KV capabilities fix ( #4343 )
...
* fix capability lookup for kv backends
* remove list capabilities call and gating UI parts on capabilities.canCreate
* remove capabilities on create and update tests
* run dev server with no colors and use readline to log stdout stream
* fix + skip lease tests
* remove space on mounts list
2018-04-16 17:18:46 -05:00
Joshua Ogle
6ec865eae2
Add loading alternate for IE11
2018-04-16 15:04:43 -06:00
George Hartzell
444faec8e6
Touch up getting started doc ( #4373 )
...
The example uses `vault kv put` but the the commentary references `vault write`. Make them consistent (this commit) or explain the equivalence.
2018-04-16 13:57:12 -04:00
Calvin Leung Huang
7ba953b969
Add docs for internal UI mounts endpoint ( #4369 )
...
* Add docs for internal UI mounts endpoint
* Update description section
2018-04-16 12:13:58 -04:00
Andrei Burd
7b58f07b06
UI: marking deprecated DB engines ( #4364 )
2018-04-15 20:53:40 -05:00
Jeff Mitchell
56addaf97c
changelog++
2018-04-13 21:51:08 -04:00
Jeff Mitchell
530121c655
Add ability to disable an entity ( #4353 )
2018-04-13 21:49:40 -04:00
Joshua Ogle
c1209b0cd5
Merge pull request #4354 from hashicorp/jo-loading
...
Update loading animation
2018-04-13 14:57:05 -06:00
Joshua Ogle
45b1efe259
Update loading animation
2018-04-13 14:04:33 -06:00
Calvin Leung Huang
c7dddaf537
Skip CI acceptance tests on missing required values ( #4346 )
...
* Skip dynamic key acceptance test if vaultssh user not present
* Skip aws acceptance test if required environment variables are missing
2018-04-13 10:18:06 -04:00
Jeff Mitchell
99cf5c6054
Fix token store role documentation around explicit max ttl
2018-04-13 09:59:12 -04:00
Jerome Cheng
a82a612e2c
Fix indentation of code block in Consul Secrets Engine docs ( #4350 )
...
The indentation of the code block in the Consul Secrets Engine doc was
removed in #4224 , but the closing backticks remained indented one level,
resulting in the block swallowing all text after it. Removing the
indentation from the closing backticks fixes this.
2018-04-13 09:55:35 -04:00
Jeff Escalante
8d9d64c7cf
switch from GA to segment tracking ( #4109 )
2018-04-12 21:35:38 -05:00
Becca Petrin
e002c9ff94
Merge pull request #4332 from hashicorp/struct-tags
...
Fix minor struct tag issues
2018-04-12 09:15:55 -07:00
Becca Petrin
da1cfb86e9
run make fmt
2018-04-11 14:25:09 -07:00
Becca Petrin
8569c8c235
Merge branch 'opensource-master' into struct-tags
2018-04-11 13:04:08 -07:00
Becca Petrin
dab933ccaf
deviate from snake case
2018-04-11 13:03:33 -07:00
Brian Kassouf
6ca3ae4007
Port some ent mount changes ( #4330 )
2018-04-11 14:32:55 -04:00
Peter Souter
28f6d65032
Remove Enterprise Only flag ( #4337 )
2018-04-11 14:27:58 -04:00
James Mannion
efea4fb6a7
Fixes a reference to deprecated init command ( #4338 )
...
Replace "vault init" with "vault operator init" in initialising the vault section.
2018-04-11 14:26:53 -04:00
Calvin Leung Huang
2dc4aa05f0
Dockerize radius auth backend acceptance tests ( #4276 )
2018-04-11 14:26:35 -04:00