Joshua Ogle
19f1bd4626
Fix wizard header button
2018-08-29 20:40:32 -06:00
Joshua Ogle
7b802b5a76
Make wizard header line up with page header
2018-08-29 18:30:00 -06:00
Jeff Mitchell
5da6fc2f77
Remove some confusing language on perf standby page
2018-08-29 19:51:23 -04:00
Joshua Ogle
2350702a7f
Fix auth form icons
2018-08-29 17:27:05 -06:00
Joshua Ogle
a81d02aee5
Animate wizard trigger, move instructions text to make things clearer
2018-08-29 17:16:50 -06:00
Jeff Mitchell
d57dfc1875
Move things back
2018-08-29 19:13:10 -04:00
Jeff Mitchell
c6f7312f6c
Move physical types around
2018-08-29 19:05:33 -04:00
Brian Shumate
eeb3b71fc0
Minor edits ( #5221 )
...
- Correct typo
- Remove trailing spaces
2018-08-29 12:01:33 -04:00
Chris Hoffman
774359f3b5
adding namespaces example
2018-08-29 11:26:23 -04:00
Jeff Mitchell
24946fe43e
Add namespace/mfa docs ( #5215 )
2018-08-28 15:33:34 -07:00
Jeff Mitchell
b509ea4926
Make the usernames match in all examples in userpass
2018-08-28 18:33:00 -04:00
Brian Kassouf
85f06f7e88
Add Performance Standby Docs ( #5214 )
...
* Add Performance Standby Docs
* Review updates
2018-08-28 12:48:02 -07:00
Frederic Hemberger
d343f00b64
Fix ssh command in example ( #5209 )
2018-08-28 12:34:48 -07:00
Brian Shumate
b85ddc524e
Minor grammar edits ( #5212 )
2018-08-28 12:33:48 -07:00
Jeff Mitchell
5cf0e3e87e
Update API section index file with fixes, updates, and namespace info. ( #5213 )
2018-08-28 12:33:19 -07:00
Chris Hoffman
4b87a0fd2c
remove beta language
2018-08-28 14:00:55 -04:00
Yoko
d28e993e1b
Added Deployment Guide in the index ( #5211 )
2018-08-28 10:55:30 -07:00
Matthew Irish
bb0792b303
changelog ++
2018-08-28 12:11:11 -05:00
Jeff Mitchell
f4fa0a30e0
changelog++
2018-08-28 12:20:37 -04:00
Jeff Mitchell
d56682ee9d
Update upgrade guide
2018-08-28 12:17:43 -04:00
Jeff Mitchell
d2340700da
changelog++
2018-08-28 12:16:27 -04:00
Jeff Mitchell
c6fc8802f3
changelog++
2018-08-28 12:15:15 -04:00
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