Commit graph

5433 commits

Author SHA1 Message Date
Seth Vargo
4892105b67
Formatting 2017-03-16 12:06:15 -07:00
Seth Vargo
d873469210
Use relative links 2017-03-16 12:04:36 -07:00
Seth Vargo
ae418194d1
Fix sentence 2017-03-16 12:04:14 -07:00
Seth Vargo
558dab03c8
Reformat replication API 2017-03-16 11:57:06 -07:00
Seth Vargo
009b2e43ac
Update PKI backend API docs 2017-03-16 11:26:09 -07:00
Seth Vargo
b5657fc695
Fix formatting in SSH 2017-03-16 11:25:59 -07:00
Seth Vargo
29ff269003
Fix Cassandra text 2017-03-16 11:25:37 -07:00
Seth Vargo
181cd198e8
Add new SSH field 2017-03-16 09:48:45 -07:00
Seth Vargo
c902aa4f98
Add SSH 2017-03-16 09:47:08 -07:00
Seth Vargo
59482390e1
Fix TODOs 2017-03-16 09:47:08 -07:00
Seth Vargo
5023b9ed0a
Hide auth backends for now
The migration is getting too large, so we'll tackle this move in another
PR
2017-03-16 09:47:08 -07:00
Seth Vargo
501cf5d065
Break out API documentation for secret backends 2017-03-16 09:47:06 -07:00
Seth Vargo
efd532536f
Redo docs for system backend
This commit updates the API documentation for the system backend to
break things apart on a per-page basis and provide specific examples.
This pattern will give more flexibility for future documentation as
well.
2017-03-16 09:46:49 -07:00
Seth Vargo
01865c6641
Update middleman version 2017-03-16 09:46:48 -07:00
Seth Vargo
e17697d673
Do not have a large margin 2017-03-16 09:46:48 -07:00
Seth Vargo
88caeda9ae
Allow nested code in li to receive new highlighting 2017-03-16 09:46:48 -07:00
Seth Vargo
b0d64135c1
Update layouts and assets for consistency 2017-03-16 09:46:47 -07:00
Jeff Mitchell
a5d1808efe Always include a hash of the public key and "vault" (to know where it (#2498)
came from) when generating a cert for SSH.

Follow on from #2494
2017-03-16 11:14:17 -04:00
Mike Okner
6f84f7ffd0 Adding allow_user_key_ids field to SSH role config (#2494)
Adding a boolean field that determines whether users will be allowed to
set the ID of the signed SSH key or whether it will always be the token
display name.  Preventing users from changing the ID and always using
the token name is useful for auditing who actually used a key to access
a remote host since sshd logs key IDs.
2017-03-16 08:45:11 -04:00
Jeff Mitchell
02921e8729 Fix layout for replication 2017-03-16 06:50:33 -04:00
Jeff Mitchell
db814cee9e changelog++ 2017-03-15 14:39:05 -04:00
Jeff Mitchell
5252de6c2b Bump test timeout 2017-03-15 14:38:34 -04:00
Jeff Mitchell
688104e69a Allow roles to specify whether CSR SANs should be used instead of (#2489)
request values. Fix up some documentation.

Fixes #2451
Fixes #2488
2017-03-15 14:38:18 -04:00
Andy Manoske
38d70b7eb7 Vault_Enterprise_WWW (#2327) 2017-03-15 14:31:14 -04:00
Jeff Mitchell
b6f6081e56 Add upgrade to 0.7 page 2017-03-15 12:34:11 -04:00
Jeff Mitchell
141386ca43 changelog++ 2017-03-15 11:54:56 -04:00
Jeff Mitchell
799000be20 Set CA chain when intermediate does not have an authority key ID.
This is essentially an approved review of the code provided in #2465.

Fixes #2465
2017-03-15 11:52:02 -04:00
captainill
a9237c6eb3 Merge branch 'master' of github.com:hashicorp/vault 2017-03-14 14:12:28 -07:00
captainill
d871cd3393 remove unused _meta partial. merge 2017-03-14 14:12:17 -07:00
Jeff Mitchell
63e66d09f4 Fix error message grammar 2017-03-14 17:10:43 -04:00
vishalnayak
00aaa2d6e2 changelog++ 2017-03-14 10:24:17 -04:00
Stanislav Grozev
e9086bd85f Remove superfluous argument from SSH CA docs 2017-03-14 10:21:48 -04:00
Stanislav Grozev
70b30b40d4 Reads on unconfigured SSH CA public key return 400 2017-03-14 10:21:48 -04:00
Stanislav Grozev
5f3397bff5 Reads on ssh/config/ca return the public keys
If configured/generated.
2017-03-14 10:21:48 -04:00
Stanislav Grozev
d22796c644 If generating an SSH CA signing key - return the public part
So that the user can actually use the SSH CA, by adding the public key
to their respective sshd_config/authorized_keys, etc.
2017-03-14 10:21:48 -04:00
Jeff Mitchell
9ebf2c4b61 Clarify cluster_addr and cluster_address 2017-03-14 10:17:58 -04:00
Jeff Mitchell
81fc5fd35d Minor doc updates 2017-03-14 10:11:47 -04:00
Vishal Nayak
6bdba07846 docs: clarify 'storage' and 'ha_storage' requirements (#2471) 2017-03-11 09:43:14 -05:00
vishalnayak
cdeedf3cf6 changelog++ 2017-03-10 07:32:41 -05:00
pkrolikowski
ee177d85f8 Pass user/pass for HTTP Basic Authentication in URL parameters (#2469) 2017-03-10 07:19:23 -05:00
Jeff Mitchell
ef94004ad7 Have Consul's transaction handler use the permit pool 2017-03-09 12:59:42 -05:00
Vishal Nayak
9af1ca3d2c doc: ssh allowed_users update (#2462)
* doc: ssh allowed_users update

* added some more context in default_user field
2017-03-09 10:34:55 -05:00
vishalnayak
4731754077 doc: ssh markdown alignments 2017-03-08 21:58:12 -05:00
Jack Pearkes
68d11aa406 Merge pull request #2461 from jasoncostello/website-add-meganav
Website add meganav
2017-03-08 17:38:50 -08:00
Jason Costello
1b827b164b remove offset from footer 2017-03-08 17:36:59 -08:00
Jason Costello
3de2057544 Re apply offset change after rebase 2017-03-08 17:34:57 -08:00
Jack Pearkes
23ae3c2c55 website: add squashed mega-nav work 2017-03-08 17:27:31 -08:00
vishalnayak
32fd117749 Fix typo 2017-03-08 20:05:23 -05:00
vishalnayak
3bd667a931 Fix typo 2017-03-08 17:49:39 -05:00
vishalnayak
478b65c5a5 changelog++ 2017-03-08 17:46:07 -05:00