9692 Commits

Author SHA1 Message Date
Jeff Mitchell
79c09951a2 Update upgrade guide 2018-08-28 12:17:43 -04:00
Jeff Mitchell
cf798bb0a9 changelog++ 2018-08-28 12:16:27 -04:00
Jeff Mitchell
e2a81a143f changelog++ 2018-08-28 12:15:15 -04:00
Jeff Mitchell
54c4cefca0 Update upgrade guide for 0.11.0 2018-08-28 12:12:40 -04:00
Jeff Mitchell
e058f6daba changelog++ 2018-08-28 12:09:30 -04:00
Jeff Mitchell
52e446152a Document disable_performance_standby 2018-08-28 12:09:13 -04:00
Jeff Mitchell
fa9691a861 changelog++ 2018-08-28 12:03:45 -04:00
Jeff Mitchell
931e3ce3c9 Merge branch 'master' of https://github.com/hashicorp/vault into master-oss 2018-08-28 12:01:59 -04:00
Chris Hoffman
8521b70483
fixing link 2018-08-28 07:19:35 -04:00
Dan Brown
3697217b4c Add Deployment Guide, links and reformat Ref Arch (#5041)
* Add Deployment Guide, links and reformat Ref Arch

* Improve systemd service file and links
2018-08-28 04:53:36 -06:00
Jeff Mitchell
87492f9258
Cut version 0.11.0 v0.11.0 2018-08-28 02:51:08 -04:00
Jeff Mitchell
c05e39a6ea Update version numbers 2018-08-28 02:41:24 -04:00
Jeff Mitchell
dc86fdef00 Sync plugin updates 2018-08-28 02:39:13 -04:00
madalynrose
f913d4c1d7 UI Onboarding Wizards (#5196) 2018-08-28 00:03:55 -05:00
Joel Thompson
e53560f27a Fix default TTL for AWS secrets (#5203)
The default TTL was being offered as 30 minutes, and when unchanged, the
UI wouldn't send the TTL back to the backend, causing it to use the
default of 60m. Fix the TTL to default back to 1 hour.
2018-08-27 23:30:17 -05:00
Jim Kalafut
c9a4fdf143 Fix Azure Secrets API example 2018-08-27 20:44:00 -06:00
Brian Kassouf
86671436d6 Pass the ctx value to make the race detector happy (#5201) 2018-08-27 18:21:54 -07:00
Matthew Irish
3437e82e54
refactor aws secret ui (#5193)
Update UI for AWS secret backend refactor

* Support empty AWS policy documents
* Try to make ARN input multiple
* move aws-role serializer to use the application serializer as the base
* support editing strings as JSON in the form field component
* update model, form and show to use form-component component, and swap fields based on credential type
* fix tests
* unify credential generation for aws and remove the STS specific action in the UI
* add label to the new json string form field
2018-08-27 19:54:30 -05:00
Jeff Mitchell
4377a6ec55 Fix build 2018-08-27 19:59:59 -04:00
Jeff Mitchell
06b2aebcb7 changelog++ 2018-08-27 19:50:19 -04:00
Jeff Mitchell
5bcfbf1ad8
Allow fallback to non /-suffixed path for list acling (#5197)
This works around a very, very common error where people write policies
to affect listing but forget the slash at the end. If there is no exact
rule with a slash at the end when doing a list, we look to see if there
is a rule without it, and if so, use those capabilities.

Fixes #mass-user-confusion
2018-08-27 16:44:07 -07:00
Brian Kassouf
79ec8e00f2
Remove the nsContext cache (#5200) 2018-08-27 16:38:38 -07:00
Brian Kassouf
e5aaf80764
Fix http tests (#5195) 2018-08-27 15:13:41 -07:00
Brian Kassouf
213314a76a
Fix potential deadlock (#5189) 2018-08-27 10:01:33 -07:00
Brian Kassouf
d3017e259f
Add performance standby status to status output (#5192)
* Add performance standby status to status output

* Update ha.go
2018-08-27 10:01:07 -07:00
Jeff Mitchell
5406f1952a Sync some changes over 2018-08-27 12:03:43 -04:00
Jeff Mitchell
f1f6fb002d Sync over 2018-08-27 12:02:57 -04:00
Jeff Mitchell
fc66bb3d71 changelog++ 2018-08-26 13:27:30 -04:00
Jeff Mitchell
484c0cc456
Properly persist alias metadata (#5188)
In addition, don't lie about what's actually being stored
2018-08-26 10:26:34 -07:00
Brian Kassouf
f085e7e0f9
Update kv plugin (#5187) 2018-08-25 14:56:40 -07:00
Brian Kassouf
27ba04d734
Port some HA changes (#5186) 2018-08-25 14:41:55 -07:00
Austin Workman
99fe3a61d2 Adding documentation clarifying oracle plugin setup and requirements (#5183) 2018-08-25 12:27:13 -07:00
Jeff Mitchell
b80170787b Move sort from listresponse to file backend to solve 5141 2018-08-24 13:37:15 -04:00
Becca Petrin
7df67566ba
use ldaps in docs (#5180) 2018-08-24 10:36:20 -07:00
Jeff Mitchell
08ebb42470 changelog++ 2018-08-24 13:32:21 -04:00
Jeff Mitchell
c3eae776e2
Order list responses (#5178)
We do this already in the CLI, but because we do it there the UI doesn't
have ordered responses.

We could put it in the UI, but it seems like we might as well just make
it nice for all API users.

Fixes #5141
2018-08-24 13:31:28 -04:00
Jeff Mitchell
7109c02466 Fix expiration test 2018-08-24 12:47:56 -04:00
Laura Gjerman-Uva
12d1f1ef7e Update ad/creds/:rolename endpoint to include the table with method/path for consistency/clarity. Also, remove payload.json from example, since this endpoint doesn't take a payload. (#5172) 2018-08-24 09:19:51 -07:00
Jeff Mitchell
9e3670a614
Change deprecation warnings from 0.11 or later to 0.12. (#5176)
Also remove a deprecated parameter that we warned would be removed since
0.8.
2018-08-24 12:16:37 -04:00
Jeff Mitchell
935815d3da Sync over some stuff 2018-08-24 12:09:03 -04:00
Jeff Mitchell
0a6e4830bf Allow comment key in policies 2018-08-24 09:42:47 -04:00
Becca Petrin
473bb4173a Auth handler shutdown logic (#5170) 2018-08-24 09:17:14 -04:00
Chris Hoffman
c15c6b7c5c
Revert "Add Configuration Builder and Better Download page" (#5171) 2018-08-23 19:34:50 -04:00
Jim Kalafut
b39627ca8e
Fix Azure Secrets docs error 2018-08-23 14:27:47 -07:00
Joshua Ogle
6c6ead7032
Merge pull request #5044 from hashicorp/oss-download-config-path
Add Configuration Builder and Better Download page
2018-08-23 14:01:59 -06:00
Joshua Ogle
cb833a0eec
Merge branch 'master' into oss-download-config-path 2018-08-23 14:01:39 -06:00
Jeff Mitchell
4d879d20fe Don't resetnamed 2018-08-23 15:04:18 -04:00
Jeff Mitchell
e4b251661b
Restricts ACL templating to paths but allows failures (#5167)
When a templating failure happens, we now simply ignore that path,
rather than fail all access to all policies
2018-08-23 12:15:02 -04:00
Chris Hoffman
fea8ee5125 Docs: ACL Templating (#5159) 2018-08-23 10:05:44 -04:00
Jeff Mitchell
b046638364
Only write valid group alias memberships into leases (#5164) 2018-08-22 21:53:04 -04:00