vishalnayak
d7953db899
changelog++
2018-10-17 16:57:10 -04:00
vishalnayak
9d6ca37537
changelog++
2018-10-17 16:32:08 -04:00
Vishal Nayak
8b68681298
Deprecate SHA1 in token store ( #770 )
...
* Deprecate SHA1 in token store
* Fallback to SHA1 for user selected IDs
* Fix existing tests
* Added warning
* Address some review feedback and remove root token prefix
* Tests for service token prefixing
* Salting utility tests
* Adjust OTP length for root token generation
* Fix tests
* Address review feedback
2018-10-17 13:23:04 -07:00
Vishal Nayak
10dc74384e
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
482b303b40
Docs: Basics: Tokens: Note ( #5479 )
...
- Add note about token values
2018-10-17 10:40:55 -04:00
Martin
725b295389
add mentions of authorization header support in doc ( #5478 )
2018-10-17 10:38:15 -04:00
Kevin Buchs
3cf5b6350b
Update dynamodb.html.md ( #5519 )
2018-10-17 10:36:52 -04:00
Gabriel Martinez
14bcd13cef
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
ac13e4e554
Merge pull request #5517 from hashicorp/ui-handle-redirect
...
redirect ui to ui/
2018-10-17 09:00:00 -05:00
Matthew Irish
dc36c583b6
Merge branch 'master' into ui-handle-redirect
2018-10-17 08:59:24 -05:00
Jeff Mitchell
13d8f7b02e
Use TypeCommaStringSlice for SSH zeroaddress roles ( #5528 )
...
Fixes #5527
2018-10-16 23:33:12 -07:00
Jeff Mitchell
2364ad2d93
Remove r. from namespace helper
2018-10-16 15:15:36 -04:00
Jeff Mitchell
231c325770
Merge branch 'master-oss' into 1.0-beta-oss
2018-10-16 10:08:03 -04:00
Jeff Mitchell
bc33dbd13d
Add LastWAL in leader/health output ( #5523 )
2018-10-16 09:38:44 -04:00
Laura Gjerman-Uva
6647b3557d
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
d1401a83c4
Update deps ( #5521 )
2018-10-15 15:25:08 -07:00
Brian Kassouf
ce041c47e4
Update deps ( #5520 )
2018-10-15 14:36:55 -07:00
Brian Kassouf
fc1f0af643
Port some changes ( #5518 )
2018-10-15 14:06:45 -07:00
Jeff Mitchell
e1a7ef9097
Support in ns split function
2018-10-15 14:22:45 -04:00
Calvin Leung Huang
334e43a646
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
Jeff Mitchell
a58d313d2b
Batch tokens ( #755 )
2018-10-15 12:56:24 -04:00
Matthew Irish
b2c7784d1e
adjust prefix
2018-10-15 11:45:16 -05:00
Matthew Irish
b432eb0169
redirect ui to ui/
2018-10-15 11:23:46 -05:00
Jeff Mitchell
8db6aabee1
changelog++
2018-10-15 11:07:10 -04:00
Didi Kohen
7ef861b553
Allow usage of non-superusers for cassandra connection ( #5493 )
2018-10-15 11:06:03 -04:00
Jeff Mitchell
0d5e820f75
changelog++
2018-10-15 11:03:25 -04:00
Jeff Mitchell
d7655a9db0
Buffer authhandler output channel to prevent hang on shutdown ( #5507 )
...
Fixes #5026
2018-10-15 11:02:53 -04:00
Munif Tanjim
574a08c064
Update database API doc's parameter description ( #5512 )
2018-10-15 06:47:43 -07:00
Vivek Lakshmanan
ad9295a719
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
25eb8a8ce1
[Guide] Fixed issue 5497 ( #5508 )
...
* Fixied issue 5497
* Cleaned up the policy
2018-10-12 16:26:03 -07:00
madalynrose
dfbfe374dd
Licensing in the UI ( #5437 )
...
Add licensing to the UI
2018-10-12 15:03:01 -04:00
madalynrose
763d98da80
Wizard tests ( #5328 )
...
add integration tests for the ui tutorial
2018-10-12 14:49:06 -04:00
Jim Kalafut
0986f6b274
changelog++
2018-10-12 09:33:06 -07:00
Jim Kalafut
46ccb88184
Don't copy HA lock file during migration ( #5503 )
2018-10-12 09:29:15 -07:00
Jeff Mitchell
ab29c4230a
changelog++
2018-10-11 16:21:06 -04:00
Jeff Mitchell
a00233648f
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
f1f9ed485b
Update website docs to reflect fix in #5495
2018-10-10 11:56:50 -04:00
Jeff Mitchell
c34cc1e7d7
changelog++
2018-10-10 11:54:59 -04:00
Jeff Mitchell
55a883787d
Fix root generation init not allowing empty input ( #5495 )
2018-10-10 11:54:12 -04:00
Jeff Mitchell
320d1b7c07
Update website docs around root token generation
2018-10-10 11:51:05 -04:00
Jeff Mitchell
7cd1984a4d
changelog++
2018-10-10 09:43:53 -04:00
Jeff Mitchell
1200c98b59
Re-add default NotBefore duration in PKI ( #5482 )
...
Fixes #5481
2018-10-10 09:42:37 -04:00
Yoko
2b713c751e
Updating the diagrams ( #5488 )
2018-10-09 14:51:27 -07:00
Jeff Mitchell
1289583d72
Add note about accepting 200 or 204
2018-10-09 16:54:18 -04:00
Jeff Mitchell
99fa361bb8
Only return 200 if there are actually warnings in AWS roles create/update ( #5487 )
2018-10-09 16:52:47 -04:00
Calvin Leung Huang
0b2350bc15
Logger cleanup ( #5480 )
2018-10-09 09:43:17 -07:00
Calvin Leung Huang
8430fab8dd
Remove unnecessary test ( #5483 )
2018-10-09 09:40:47 -07:00
Becca Petrin
7776f46ee7
Make builtin auth and secret plugins buildable ( #5456 )
2018-10-09 09:29:20 -07:00
Jeff Mitchell
dba9d02fb8
Bump Travis Go version
2018-10-08 12:54:14 -04:00
Jeff Mitchell
e8480fe2bb
Merge branch '0.11.3' into master-oss
2018-10-08 12:52:13 -04:00