9692 Commits

Author SHA1 Message Date
Seth Vargo
3d7dbf8a70
Fix typo 2017-03-20 01:50:45 -04:00
Seth Vargo
918d4a86e9
Do not require bootstrap 2017-03-20 01:50:40 -04:00
Seth Vargo
477e38072c
Link to index.html pages 2017-03-20 01:37:22 -04:00
Seth Vargo
6518877c67
Remove quotes from meta descriptions
SEO stops at that quote, so many of our pages have a description of
"the".
2017-03-20 01:35:21 -04:00
Seth Vargo
d52e49886f
Use inline svgs 2017-03-20 01:27:23 -04:00
Seth Vargo
853c55e1d5
Upgrade to latest middleman-hashicorp 2017-03-20 01:27:23 -04:00
Seth Vargo
6dd2bfd51c
Migrate to middleman-hashicorp sidebar 2017-03-20 01:27:23 -04:00
Seth Vargo
d66b53e79e
Remove unused javascript
It looks like these came over from Nomad(?), but we do not use them
anywhere. This saves about 4kb on the compressed javascript, so it's a
big savings. Also, it causes namespace conflicts.
2017-03-20 01:27:23 -04:00
Vishal Nayak
16d41a8b28 sshca: ensure atleast cert type is allowed (#2508) 2017-03-19 18:58:48 -04:00
Vishal Nayak
cf0fb2119f docs: Elaborate the steps for SSH CA backend with 'sshd_config' changes (#2507) 2017-03-19 18:52:15 -04:00
Seth Vargo
de2e28703a
Ensure description 2017-03-17 23:14:36 -04:00
Matthew Irish
e774fe460d website: turbolinks + ember = ❤ (#2504)
* move application.js to head

* move ember app to separate file and exclude from turbolinks
2017-03-17 16:05:59 -05:00
Brian Kassouf
32b3bd8630 Add note about prefix/suffix globbing on policy parameters 2017-03-17 13:53:41 -07:00
Seth Vargo
d3326db2d7
Add API to sidebar 2017-03-17 15:44:09 -04:00
Seth Vargo
0fe2e84e3a
Update titles 2017-03-17 14:37:01 -04:00
Seth Vargo
a8591fbd81
Links 2017-03-17 14:27:32 -04:00
Seth Vargo
e316f10c78
Space out downloads links a bit 2017-03-17 14:07:39 -04:00
Seth Vargo
f64bf8d183
/docs/http -> /api 2017-03-17 14:06:03 -04:00
Jeff Mitchell
5d9c6ad8f6 Merge pull request #2495 from hashicorp/sethvargo/api_split
Split out API
2017-03-17 13:42:29 -04:00
Jeff Mitchell
65b3608b6a Merge branch 'master-oss' into pr-2495 2017-03-17 13:40:58 -04:00
Jeff Mitchell
d349fdf7fa Update replication guide and add to sidebar 2017-03-17 12:38:19 -04:00
Jeff Mitchell
01157459f8 Fix broken GCS account link 2017-03-17 12:12:28 -04:00
Jeff Mitchell
8a38a1e80b Fix misspelling of website link 2017-03-17 12:07:37 -04:00
Brian Kassouf
ff6749b198 Comment and fix plugin Type function 2017-03-16 18:24:56 -07:00
Brian Kassouf
404596e261 Change the handshake config from the default 2017-03-16 17:51:25 -07:00
Brian Kassouf
4043f533b8 Add a secure config to verify the checksum of the plugin 2017-03-16 16:20:18 -07:00
Brian Kassouf
a878791480 Update the name of PluginUnwrapTokenEnv 2017-03-16 14:17:44 -07:00
Brian Kassouf
2ef1cbf3a6 Comment and slight refactor of the TLS plugin helper 2017-03-16 14:14:49 -07:00
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
Brian Kassouf
3890f194a4 Break tls code into helper library 2017-03-16 11:55:21 -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
614deacfca
Cut version 0.7.0 v0.7.0 2017-03-16 11:42:13 -04:00
Jeff Mitchell
89160f82f1 Bump for 0.7 release 2017-03-16 11:41:50 -04:00
Jeff Mitchell
3f67ab489a Ensure CN check is made when exclude_cn_from_sans is used
Fixes #2363
2017-03-16 11:41:13 -04: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