7782 Commits

Author SHA1 Message Date
Jeff Mitchell
45ec0e2342 Merge pull request #896 from hashicorp/last-renewal-time
Store a last renewal time in the token entry and return it upon lookup
2016-01-04 16:00:21 -06:00
Jeff Mitchell
922293413e Address review feedback; move storage of these values to the expiration manager 2016-01-04 16:43:07 -05:00
Jonathan Thomas
e336b35ab4 Merge pull request #888 from aedotj/patch-1
Fixed "edit this page" not clickable
2016-01-04 11:29:21 -08:00
Jeff Mitchell
139ab81f58 update init/rekey documentation around keybase entries 2016-01-04 14:17:51 -05:00
Jeff Mitchell
592e1e5631 changelog++ 2016-01-04 14:14:51 -05:00
Jeff Mitchell
f8493b09df Merge pull request #901 from hashicorp/keybase-pgp
Add keybase support for PGP keys.
2016-01-04 13:11:11 -06:00
Jeff Mitchell
0c98dfc922 Add returning which user names could not be looked up 2016-01-04 13:56:45 -05:00
Jeff Mitchell
38be5fcd7a Store a last renewal time in the token entry and return it upon lookup
of the token.

Fixes #889
2016-01-04 11:20:49 -05:00
Jeff Mitchell
4ac937a440 Address review feedback. 2016-01-04 11:18:04 -05:00
Jeff Mitchell
43b1105ff2 Happy New Year everyone! (Add keybase support for PGP keys.)
Keys specified in rekey and init operations can now be sourced from
keybase.io by using "keybase:[username]" as the key.
2015-12-31 20:47:41 -05:00
Jeff Mitchell
366d559161 changelog++ 2015-12-31 18:11:32 -05:00
Jeff Mitchell
66a826e6f6 Merge pull request #900 from kenjones-cisco/task/pki-doc
Fixes mis-placed html tag
2015-12-31 09:46:27 -06:00
kenjones-cisco
3438a3c9da Fixes mis-placed html tag 2015-12-31 10:37:01 -05:00
Jeff Mitchell
b0f075cc1f Disable cmd/server tests for now so we can get Travis back on track 2015-12-31 08:48:53 -05:00
Jeff Mitchell
5f49615fc1 Remove some outdated comments 2015-12-30 21:00:27 -05:00
Jeff Mitchell
2afd5072a7 Cert documentation fix.
Fixes #899
2015-12-30 16:44:24 -05:00
Jeff Mitchell
b4c923303a Move the information about the new behavior of token-renew to the breaking changes section 2015-12-30 15:29:24 -05:00
Jeff Mitchell
7b191dbf90 changelog++ 2015-12-30 15:20:02 -05:00
Jeff Mitchell
9d4c42f4dd Merge pull request #897 from hashicorp/filter-duplicate-policies
Filter out duplicate policies during token creation.
2015-12-30 14:19:09 -06:00
Jeff Mitchell
11cfa1dceb Filter out duplicate policies during token creation. 2015-12-30 15:18:30 -05:00
Jeff Mitchell
0dc4b03d5f changelog++ 2015-12-30 14:43:51 -05:00
Jeff Mitchell
314d85f297 Merge pull request #894 from hashicorp/renew-self-for-same-token
Use RenewSelf instead of Renew if the token is the same
2015-12-30 13:42:31 -06:00
Jeff Mitchell
70561c0fe2 Use RenewSelf instead of Renew if the token we're renewing is the same as the client 2015-12-30 14:41:50 -05:00
Nicki Watt
79fb12c977 Updated AWS policy help messages 2015-12-30 19:41:07 +00:00
Jeff Mitchell
c1c1dbee1e changelog++ 2015-12-30 13:28:49 -05:00
Jeff Mitchell
d4a7eb8940 Merge pull request #892 from nickithewatt/token-lookup
Make token-lookup functionality available via Vault CLI
2015-12-30 12:27:39 -06:00
Nicki Watt
375a57b975 Allow use of pre-existing policies for AWS users 2015-12-30 18:05:54 +00:00
Nicki Watt
05c9e5b5ad Make token-lookup functionality available via Vault CLI 2015-12-29 20:18:59 +00:00
Jeff Mitchell
08a5c32486 changelog++ 2015-12-29 13:18:36 -05:00
Jeff Mitchell
f8682021c5 Merge pull request #886 from ooesili/ssh-error-fetching-username
Stop panic when vault ssh username fetching fails
2015-12-29 12:17:51 -06:00
Jeff Mitchell
7d381ce8c4 Merge pull request #891 from hashicorp/issue-890
Build on GH-890 to add other types
2015-12-29 12:08:00 -06:00
Jeff Mitchell
29f04250ff Built on GH-890 to add other types 2015-12-29 13:07:24 -05:00
Jeff Mitchell
323f64b3bc Merge pull request #890 from ironSource/pki-fix
fix CA compatibility with OpenSSL
2015-12-29 12:04:03 -06:00
Jeff Mitchell
a3e6925b72 changelog++ 2015-12-29 13:03:22 -05:00
Jeff Mitchell
3dec78a4d5 Merge pull request #853 from hashicorp/issue-850
Make TokenHelper an interface and split exisiting functionality
2015-12-29 12:01:49 -06:00
Jeff Mitchell
17158a4be6 changelog++ 2015-12-29 13:00:57 -05:00
Jeff Mitchell
d224cc72a7 Merge pull request #802 from hashicorp/f-disable-tls
server: sanity check value for 'tls_disable'
2015-12-29 11:59:23 -06:00
Jeff Mitchell
eabfb472ca Merge branch 'master' into f-disable-tls 2015-12-29 12:59:02 -05:00
Jeff Mitchell
6fd1c13eca Merge pull request #882 from hashicorp/clarify-physical-support
Clarify stance on physical backend support
2015-12-29 11:40:23 -06:00
Jeff Mitchell
ffbe7c8310 changelog++ 2015-12-29 12:39:56 -05:00
Jeff Mitchell
e84e73b3f5 Merge pull request #887 from nickithewatt/master
Corrected HTTP Method for api.TokenAuth.LookupSelf() method
2015-12-29 11:39:16 -06:00
Issac Goldstand
6149e1256e fix CA compatibility with OpenSSL 2015-12-29 18:52:43 +02:00
Greg G
261caad317 Fixed "edit this page" not clickable
The link in .edit-page-link is moved using top and right properties, which makes it "under" the layer of the rest of the page (at least in the docs). Changing the z-index fixes it.
2015-12-28 17:51:27 +01:00
Nicki Watt
658b99c115 Using LookupSelf() API method instead of raw HTTP call for auth command 2015-12-28 01:38:00 +00:00
Nicki Watt
9db5180803 Corrected HTTP Method for api.TokenAuth.LookupSelf() method 2015-12-28 00:05:15 +00:00
Wesley Merkel
59c5ccb36f Stop panic when vault ssh username fetching fails 2015-12-26 15:09:07 -07:00
Jeff Mitchell
e6fd8cc418 changelog++ 2015-12-23 13:34:39 -05:00
Jeff Mitchell
452d4a6034 Merge pull request #883 from 42wim/master
Fix ipv6 address advertisement
2015-12-23 09:24:53 -05:00
Jeff Mitchell
f324aa6a68 Merge pull request #884 from bashtoni/patch-1
Doc grammar fix
2015-12-23 09:08:50 -05:00
bashtoni
cdf4cea209 Doc grammar fix 2015-12-22 21:27:08 +00:00