Matthew Irish
4aa99c3e2c
user correct rule for eol
2018-10-18 14:54:34 -05:00
Matthew Irish
30eb00a29b
move to es5 getter usage for csp service
2018-10-18 14:54:34 -05:00
Matthew Irish
80b5009a73
get rid of v2 incomplete warning
2018-10-18 14:54:34 -05:00
Matthew Irish
a8302b47e0
new model things for secret-v2 and secret-v2 versions: get list, queryRecord, and version find working
2018-10-18 14:54:33 -05:00
Matthew Irish
ce5a373137
don't leave new lines on the end of files
2018-10-18 14:54:33 -05:00
madalynrose
f80e844574
Update CHANGELOG.md
2018-10-18 15:24:59 -04:00
madalynrose
7f430bba8f
UI: onboarding wizard progress bar ( #5516 )
...
Onboarding will now display your progress through the chosen tutorials
2018-10-18 15:19:50 -04:00
Jeff Mitchell
793de3b561
changelog++
2018-10-18 13:41:54 -04:00
Evgeniy Zakharochkin
46948aef80
ability to add NAS Identifier header to radius request ( #5465 )
2018-10-18 13:41:14 -04:00
Jeff Mitchell
703d6b484d
changelog++
2018-10-18 13:36:27 -04:00
dle-fr
f86c930855
[5529] Mysql HA: table creation error using InnoDB and utf8 charset ( #5543 )
2018-10-18 13:35:04 -04:00
Jeff Mitchell
5f6ddc6a33
Update some grammar
2018-10-18 13:32:42 -04:00
Pouyan Azari
6e6318d5a2
Added link to list of all extensions for the ssh. ( #5542 )
...
Added a link to the OpenSSH extension list, this is not documented anywhere in vault documentation website.
2018-10-18 08:51:07 -07:00
vishalnayak
ec7710529e
changelog++
2018-10-18 10:54:27 -04:00
Vishal Nayak
6ab030511c
Remove lookup check during alias removal ( #5524 )
...
* Possible fix for 5348
* Fix compilation
2018-10-18 07:53:12 -07:00
vishalnayak
73fe31f2a1
changelog++
2018-10-17 17:58:56 -04:00
Vishal Nayak
4c8aa842ad
Return absolute paths while listing in LDAP backend ( #5537 )
2018-10-17 14:56:51 -07:00
vishalnayak
cdee0c4b03
changelog++
2018-10-17 16:32:08 -04:00
Vishal Nayak
ec7343b1c6
Transit: Key Trim ( #5388 )
...
* Support key trimming
* Add doc
* Move trimming to its own endpoint
* Remove trimmed_min_version field from config endpoint
* Fix description
* Doc updates
* Fix response json in docs
* Address review feedback
* s/min_version/min_available_version
* Commenting and error statement updates
2018-10-17 09:05:05 -07:00
Brian Shumate
e2aad73e72
Docs: Basics: Tokens: Note ( #5479 )
...
- Add note about token values
2018-10-17 10:40:55 -04:00
Martin
f31aee7d47
add mentions of authorization header support in doc ( #5478 )
2018-10-17 10:38:15 -04:00
Kevin Buchs
1cd1b5a98e
Update dynamodb.html.md ( #5519 )
2018-10-17 10:36:52 -04:00
Gabriel Martinez
bbb1c186ae
Update dynamic-secrets.html.md ( #5530 )
...
1. Using the current tutorial will return a warning after creating the role "my-role:
```bash
WARNING! The following warnings were returned from Vault:
* Detected use of legacy role or policy parameter. Please upgrade to use the
new parameters.
```
To fix this we need to update the command and the query. Correct entries can be found in documentation for the [AWS Engine](https://www.vaultproject.io/docs/secrets/aws/index.html ).
2. `vault revoke` to `vault lease revoke`. The command bellow is updated, but the text above it was not.
2018-10-17 10:35:15 -04:00
Matthew Irish
521b1dda40
Merge pull request #5517 from hashicorp/ui-handle-redirect
...
redirect ui to ui/
2018-10-17 09:00:00 -05:00
Matthew Irish
72b1d4270c
Merge branch 'master' into ui-handle-redirect
2018-10-17 08:59:24 -05:00
Jeff Mitchell
8442fa272a
Use TypeCommaStringSlice for SSH zeroaddress roles ( #5528 )
...
Fixes #5527
2018-10-16 23:33:12 -07:00
Jeff Mitchell
04e3f9b0f3
Add LastWAL in leader/health output ( #5523 )
2018-10-16 09:38:44 -04:00
Laura Gjerman-Uva
5fc44ea9e3
Update Replication Guide to clarify how to get a token on a newly activated Secondary replica, including need to use unseal/recovery keys from Primary if doing generate-root. ( #5492 )
2018-10-15 21:54:23 -07:00
Brian Kassouf
48ee3650a3
Update deps ( #5521 )
2018-10-15 15:25:08 -07:00
Brian Kassouf
d987a3c230
Update deps ( #5520 )
2018-10-15 14:36:55 -07:00
Brian Kassouf
f52cd4950f
Port some changes ( #5518 )
2018-10-15 14:06:45 -07:00
Calvin Leung Huang
799e5d6bde
Update field data behavior ( #5489 )
...
* Update Get and getPrimitive to correctly handle nil and error values
* Return empty slice on zero length decode result
2018-10-15 10:36:13 -07:00
Matthew Irish
c81b2bdae6
adjust prefix
2018-10-15 11:45:16 -05:00
Matthew Irish
d9f5c3d8cd
redirect ui to ui/
2018-10-15 11:23:46 -05:00
Jeff Mitchell
b4e4657193
changelog++
2018-10-15 11:07:10 -04:00
Didi Kohen
d2021e9336
Allow usage of non-superusers for cassandra connection ( #5493 )
2018-10-15 11:06:03 -04:00
Jeff Mitchell
0db138ae21
changelog++
2018-10-15 11:03:25 -04:00
Jeff Mitchell
af73c5872d
Buffer authhandler output channel to prevent hang on shutdown ( #5507 )
...
Fixes #5026
2018-10-15 11:02:53 -04:00
Munif Tanjim
cabcd014ed
Update database API doc's parameter description ( #5512 )
2018-10-15 06:47:43 -07:00
Vivek Lakshmanan
2c55777606
Fix expiration handling to not leak goroutines ( #5506 )
...
* Fix expiration handling to not leak goroutines
* Apply feedback
2018-10-12 19:02:59 -07:00
Yoko
f3fe00a313
[Guide] Fixed issue 5497 ( #5508 )
...
* Fixied issue 5497
* Cleaned up the policy
2018-10-12 16:26:03 -07:00
madalynrose
554446ae4e
Licensing in the UI ( #5437 )
...
Add licensing to the UI
2018-10-12 15:03:01 -04:00
madalynrose
3ff2ba463a
Wizard tests ( #5328 )
...
add integration tests for the ui tutorial
2018-10-12 14:49:06 -04:00
Jim Kalafut
4c1c312c65
changelog++
2018-10-12 09:33:06 -07:00
Jim Kalafut
123e34f4a7
Don't copy HA lock file during migration ( #5503 )
2018-10-12 09:29:15 -07:00
Jeff Mitchell
6e82953694
changelog++
2018-10-11 16:21:06 -04:00
Jeff Mitchell
646bfc6d5d
Warn when users don't configure api_addr ( #5496 )
...
Fixes some sources of user strife
2018-10-10 14:52:00 -04:00
Jeff Mitchell
c41cb98ace
Update website docs to reflect fix in #5495
2018-10-10 11:56:50 -04:00
Jeff Mitchell
0e789064f9
changelog++
2018-10-10 11:54:59 -04:00
Jeff Mitchell
d373b07f88
Fix root generation init not allowing empty input ( #5495 )
2018-10-10 11:54:12 -04:00