Jeff Mitchell
d986c8813b
Update upgrade guide for 0.11.0
2018-08-28 12:12:40 -04:00
Jeff Mitchell
bc07616615
changelog++
2018-08-28 12:09:30 -04:00
Jeff Mitchell
2a8e510a27
Document disable_performance_standby
2018-08-28 12:09:13 -04:00
Jeff Mitchell
c285f71d22
changelog++
2018-08-28 12:03:45 -04:00
Jeff Mitchell
c0dbd403b5
Merge branch 'master' of https://github.com/hashicorp/vault into master-oss
2018-08-28 12:01:59 -04:00
Chris Hoffman
c81efa0fa2
fixing link
2018-08-28 07:19:35 -04:00
Dan Brown
9954bddcf0
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
dfddb59930
Cut version 0.11.0
2018-08-28 02:51:08 -04:00
Jeff Mitchell
efadc93c4a
Update version numbers
2018-08-28 02:41:24 -04:00
Jeff Mitchell
a001021d51
Sync plugin updates
2018-08-28 02:39:13 -04:00
madalynrose
bd34be9144
UI Onboarding Wizards ( #5196 )
2018-08-28 00:03:55 -05:00
Joel Thompson
9f99ac44f4
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
abe86a48f4
Fix Azure Secrets API example
2018-08-27 20:44:00 -06:00
Brian Kassouf
346d87f1f8
Pass the ctx value to make the race detector happy ( #5201 )
2018-08-27 18:21:54 -07:00
Matthew Irish
331b6ce6f5
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
4761209331
Fix build
2018-08-27 19:59:59 -04:00
Jeff Mitchell
bccb3a8528
changelog++
2018-08-27 19:50:19 -04:00
Jeff Mitchell
b44b25d816
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
191fec2be1
Remove the nsContext cache ( #5200 )
2018-08-27 16:38:38 -07:00
Brian Kassouf
1ebba3a7fb
Fix http tests ( #5195 )
2018-08-27 15:13:41 -07:00
Brian Kassouf
c0ba9e8ff7
Fix potential deadlock ( #5189 )
2018-08-27 10:01:33 -07:00
Brian Kassouf
c603a8b811
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
ac79655f8a
Sync some changes over
2018-08-27 12:03:43 -04:00
Jeff Mitchell
ae285d29a3
Sync over
2018-08-27 12:02:57 -04:00
Jeff Mitchell
bb0f837cb8
changelog++
2018-08-26 13:27:30 -04:00
Jeff Mitchell
7a723b510e
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
20a58d68df
Update kv plugin ( #5187 )
2018-08-25 14:56:40 -07:00
Brian Kassouf
b7e33f1d2e
Port some HA changes ( #5186 )
2018-08-25 14:41:55 -07:00
Austin Workman
e8991e8fe9
Adding documentation clarifying oracle plugin setup and requirements ( #5183 )
2018-08-25 12:27:13 -07:00
Jeff Mitchell
05a896703c
Move sort from listresponse to file backend to solve 5141
2018-08-24 13:37:15 -04:00
Becca Petrin
55b3dfbcc0
use ldaps in docs ( #5180 )
2018-08-24 10:36:20 -07:00
Jeff Mitchell
316ff5326c
changelog++
2018-08-24 13:32:21 -04:00
Jeff Mitchell
0d0d9b029c
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
c4ebf3deda
Fix expiration test
2018-08-24 12:47:56 -04:00
Laura Gjerman-Uva
70bf87c25b
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
9cd7c05269
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
aec9a689a0
Sync over some stuff
2018-08-24 12:09:03 -04:00
Jeff Mitchell
f5024770dc
Allow comment key in policies
2018-08-24 09:42:47 -04:00
Becca Petrin
c0f2f21d97
Auth handler shutdown logic ( #5170 )
2018-08-24 09:17:14 -04:00
Chris Hoffman
e6abba9558
Revert "Add Configuration Builder and Better Download page" ( #5171 )
2018-08-23 19:34:50 -04:00
Jim Kalafut
7eb0403ad2
Fix Azure Secrets docs error
2018-08-23 14:27:47 -07:00
Joshua Ogle
6f3b18e9bc
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
6819af20b5
Merge branch 'master' into oss-download-config-path
2018-08-23 14:01:39 -06:00
Jeff Mitchell
362a92945e
Don't resetnamed
2018-08-23 15:04:18 -04:00
Jeff Mitchell
ba0d029247
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
d736324b50
Docs: ACL Templating ( #5159 )
2018-08-23 10:05:44 -04:00
Jeff Mitchell
50197d5bfd
Only write valid group alias memberships into leases ( #5164 )
2018-08-22 21:53:04 -04:00
Jeff Mitchell
4bf0b12bfa
Migrate external tests in vault folder
2018-08-22 20:50:52 -04:00
Brian Kassouf
2a89c60c7b
Update ha.go
2018-08-22 20:45:31 -04:00
Calvin Leung Huang
5812a84c28
command/namespace: Move trailing slash check to the end ( #5163 )
2018-08-22 15:49:24 -07:00