Matthew Irish
2cca85572c
update the readme to be more useful for UI development ( #4399 )
2018-04-19 16:08:41 -05:00
Calvin Leung Huang
3335f5e99c
Adjustable test timeouts in Makefile ( #4394 )
2018-04-19 15:04:40 -04:00
Jeff Mitchell
4c772b4996
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
a7c1d20770
Fix panic on kv put command with no arguments ( #4389 )
2018-04-18 15:45:49 -07:00
Jeff Mitchell
8070dfcfde
changelog++
2018-04-18 16:35:36 -04:00
Matthew Irish
3a5a069fcd
fix item popup for aws backend ( #4371 )
2018-04-18 15:34:35 -05:00
skiggety
4d0b47855a
remove lingering mention of "vault write" command. ( #4388 )
2018-04-18 16:32:37 -04:00
Matthew Irish
67705433e5
changelog++
2018-04-18 14:31:35 -05:00
vishalnayak
585048fa30
changelog++
2018-04-18 13:11:40 -04:00
Vishal Nayak
e6cc20d1e7
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
1d42d53f66
Merge pull request #4379 from hashicorp/jo-ie11-fixes
...
UI: Add Autoprefixer + IE11 fixes
2018-04-17 19:37:10 -06:00
Joshua Ogle
981427cbff
Merge branch 'master' into jo-ie11-fixes
2018-04-17 18:44:59 -06:00
Becca Petrin
f23b14a8c2
Release database resources on each iteration of a loop ( #4305 )
2018-04-17 16:31:09 -07:00
Jeff Mitchell
7390abd7c9
changelog++
2018-04-17 18:53:50 -04:00
Jeff Mitchell
80b17705a9
X-Forwarded-For ( #4380 )
2018-04-17 18:52:09 -04:00
Matthew Irish
f7e886f29d
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
81af0f69d1
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
3c3dbd9e6f
Merge branch 'master' into jo-ie11-fixes
2018-04-17 14:07:05 -06:00
Matthew Irish
fc8241584c
use ms-specific api for saving Blobs instead of using the File constructor ( #4376 )
2018-04-17 15:02:37 -05:00
Martin
a4804c5ae7
Add missing entries in path-help ( #4370 )
2018-04-17 13:54:04 -04:00
Jeff Mitchell
27f7767900
Update gcp plugin
2018-04-17 13:50:28 -04:00
Laura Uva
d4b5f94dfe
Add mode to the examples under automation steps ( #4374 )
2018-04-17 13:47:41 -04:00
Joshua Ogle
fe2b0ceb90
Move styles out of loading svg
2018-04-17 10:24:13 -06:00
Joshua Ogle
13e2041ec2
Update autoprefixer list to defaults + ie11
2018-04-17 10:10:08 -06:00
vishalnayak
ca24213df3
changelog++
2018-04-17 12:04:01 -04:00
Vishal Nayak
f5bd851312
external identity groups across mounts ( #4365 )
2018-04-17 12:01:43 -04:00
Jeff Mitchell
1077629faf
Bump gcp secrets plugin
2018-04-17 11:59:43 -04:00
Jeff Mitchell
01a367f15a
changelog++
2018-04-17 11:58:37 -04:00
vishalnayak
46d4ded928
docs: update accessor lookup response
2018-04-17 11:52:58 -04:00
vishalnayak
73df4a6f8b
docs: update token lookup response
2018-04-17 11:40:00 -04:00
vishalnayak
3b4585368f
changelog++
2018-04-17 11:19:54 -04:00
Vishal Nayak
e24a1350ef
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
f676ca9db7
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
1d4f544d4e
copy-paste fix ( #4377 )
2018-04-17 08:36:38 -04:00
Joshua Ogle
86d85c4e27
Fix logo position in IE11
2018-04-16 19:39:07 -06:00
Joshua Ogle
47bbbdb144
Fix shadow on user icon
2018-04-16 17:41:10 -06:00
Matthew Irish
54fdaa8c82
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
3c9010a6fd
Add loading alternate for IE11
2018-04-16 15:04:43 -06:00
George Hartzell
fa10bbdc81
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
36d46452d0
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
ad8f715ac6
UI: marking deprecated DB engines ( #4364 )
2018-04-15 20:53:40 -05:00
Jeff Mitchell
677f0d7597
changelog++
2018-04-13 21:51:08 -04:00
Jeff Mitchell
b65832d08a
Add ability to disable an entity ( #4353 )
2018-04-13 21:49:40 -04:00
Joshua Ogle
12fbbaa112
Merge pull request #4354 from hashicorp/jo-loading
...
Update loading animation
2018-04-13 14:57:05 -06:00
Joshua Ogle
aa4efd8306
Update loading animation
2018-04-13 14:04:33 -06:00
Calvin Leung Huang
57d678d144
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
a7f604ff91
Fix token store role documentation around explicit max ttl
2018-04-13 09:59:12 -04:00
Jerome Cheng
06eae018a3
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
fce704efa2
switch from GA to segment tracking ( #4109 )
2018-04-12 21:35:38 -05:00
Becca Petrin
361a45a581
Merge pull request #4332 from hashicorp/struct-tags
...
Fix minor struct tag issues
2018-04-12 09:15:55 -07:00