Matthew Irish
7f4dbe3fd2
Ui kv v2 redux ( #4393 )
...
* remove header used for backwards compatibility in KV mounts, and use v1 paths for v1, v2 paths for v2
* make the model hook always run
* simplify adapter & serializer code for secrets
* update tests
* fix lease tests
* address review feedback
2018-04-19 21:26:25 -05:00
Matthew Irish
5fd178b423
changelog++
2018-04-19 20:55:31 -05:00
Matthew Irish
0e25096665
use an array to lookup capabilities paths so that commas aren't an issue ( #4398 )
2018-04-19 20:51:41 -05:00
Matthew Irish
e32e82efcb
update the readme to be more useful for UI development ( #4399 )
2018-04-19 16:08:41 -05:00
Calvin Leung Huang
8df7add5f1
Adjustable test timeouts in Makefile ( #4394 )
2018-04-19 15:04:40 -04:00
Jeff Mitchell
e69845b458
Defer setting views read/write until the end of postUnseal ( #4392 )
...
A few notes:
* We exert positive control over singletons and they usually need to
perform some (known, validated) writes, so this excludes singletons --
they are simply limited to the end of the mount function as before.
* I'm not sure how to test this _specifically_; I've done some testing
of e.g. sealing vault and unsealing and ensuring that I can write to a
KV mount. I think this is tested by every dev server though, since for a
dev server Vault is inited, the default mounts are mounted, then it's
sealed, then it's unsealed for the user, so it already goes through this
code path. The mere fact that you can write to secret/ on a dev server
means it was successfully set read-write.
2018-04-19 13:29:43 -04:00
Kevin Wang
f1e46a0d76
Fix panic on kv put command with no arguments ( #4389 )
2018-04-18 15:45:49 -07:00
Jeff Mitchell
6eb2f2f8a3
changelog++
2018-04-18 16:35:36 -04:00
Matthew Irish
cfdb54cc5a
fix item popup for aws backend ( #4371 )
2018-04-18 15:34:35 -05:00
skiggety
77d59c527f
remove lingering mention of "vault write" command. ( #4388 )
2018-04-18 16:32:37 -04:00
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