Aleksey Zhukov
e9d855217b
WIP Agent AppRole auto-auth ( #5621 )
2018-10-30 12:17:19 -04:00
Benjamin Dos Santos
c0b97de908
docs(systemd): Capabilities had been removed ( #5579 )
...
* docs(systemd): `Capabilities` had been removed
The `Capabilities=` unit file setting has been removed and is ignored for
backwards compatibility. `AmbientCapabilities=` and `CapabilityBoundingSet=`
should be used instead.
8f968c7321/NEWS (L1357)
* style: remove trailing white space
2018-10-30 10:18:08 -04:00
Balazs Nagy
bc9ace4296
Use tidy_revoked_certs instead of tidy_revocation_list ( #5608 )
2018-10-29 19:29:35 -04:00
RJ Spiker
1157625d70
website: update sidebar_title in front matter to use <code> ( #5636 )
...
* website: replace deprecated <tt> with <code> in front matter sidebar_title
* website: wrap front matter sidebar_title in <code> for commands pages
2018-10-29 15:58:37 -04:00
Christophe Tafani-Dereeper
74bf554666
Fix typo ('Gase' -> 'Case') ( #5638 )
2018-10-29 15:19:35 -04:00
Mike Wickett
4fddbebca2
website: update component dependencies ( #5637 )
2018-10-29 14:29:44 -04:00
Ben Boeckel
e89a55ec27
website: add missing @ to example ( #5560 )
...
* website: remove mention of `@` in command
The command does not contain the mentioned `@` symbol and can be
confusing.
* docs: use `policy-name` instead of `my-policy`
Just making things consistent.
2018-10-29 13:12:48 -04:00
Seth Vargo
68feb9d244
More formatting fixes ( #5582 )
2018-10-29 13:12:19 -04:00
Vishal Nayak
8cd455241d
Use sys/policies/acl instead of sys/policy/ ( #5583 )
2018-10-29 13:11:19 -04:00
Chris Thunes
e54d1cb721
Fix memory issue caused by append of group slice to itself. ( #5611 )
...
The slice returned by `collectGroupsReverseDFS` is an updated copy of
the slice given to it when called. Appending `pGroups` to `groups`
therefore led to expontential memory usage as the slice was repeatedly
appended to itself.
Fixes #5605
2018-10-29 10:38:34 -04:00
Chris Hoffman
caf81bc28c
Add -dev-auto-seal option ( #5629 )
...
* adding a -dev-auto-seal option
* adding logger to TestSeal
2018-10-29 09:30:24 -04:00
Jeff Mitchell
9975ace215
Add token type to sentinel docs, fix up some names, and better codify what Sentinel reports for various token types ( #5630 )
2018-10-27 11:07:27 -07:00
Jeff Mitchell
19878efdf1
Fix build
2018-10-27 14:06:20 -04:00
Jeff Mitchell
45f80ee028
Remove agent reauthentication on new credentials. ( #5615 )
...
Functionality is left in for use in testing (where it is indeed quite
useful).
Fixes #5522
2018-10-27 10:45:55 -07:00
Jeff Mitchell
5e261321c4
changelog++
2018-10-27 13:44:46 -04:00
Jeff Mitchell
d2c23d5386
Change ordering of user lookup vs. password hashing ( #5614 )
...
* Change ordering of user lookup vs. password hashing
This fixes a very minor information leak where someone could brute force
the existence of a username. It's not perfect as the underlying storage
plays a part but bcrypt's slowness puts that much more in the noise.
2018-10-27 10:43:08 -07:00
RJ Spiker
17f883402f
website: adjust downloads page responsive behaviors ( #5624 )
2018-10-26 21:16:55 -04:00
Jeffrey Hogan
8d4caa0846
Use H3 for parameters to match existing pattern ( #5566 )
2018-10-26 19:13:14 -04:00
Jim Kalafut
6273cdf3c9
changelog++
2018-10-26 10:10:37 -07:00
Chris Hoffman
9b942dcdd8
Fix seal migration docs ( #5623 )
...
* fixing seal migration docs
* do not use deprecated command
* adding redirect for old docs
2018-10-26 10:04:51 -07:00
Joel Thompson
92c7072bfe
Update awskms seal docs ( #5618 )
...
The seal already supported an endpoint configuration, but it wasn't
documented, so adding the docs for it. Also adding a note on required
KMS permissions.
2018-10-26 06:18:04 -07:00
Chris Hoffman
5274fe83d0
changelog++
2018-10-25 20:11:10 -04:00
Chris Hoffman
219285850b
Updating seal docs ( #5616 )
...
* updating seal docs
* fixing api docs
2018-10-25 16:44:53 -07:00
RJ Spiker
250c1b9719
website: adjust button-container behavior based on design feedback ( #5613 )
2018-10-25 14:25:51 -07:00
Seth Vargo
c96d5fa4d1
Update docs and permissions ( #5612 )
2018-10-25 14:10:11 -07:00
Justin Shoffstall
98357621ae
Clarify that Perf Standbys require Consul backend ( #5539 )
...
* Clarify that Perf Standbys require Consul backend
* Fixed for line length
2018-10-25 13:13:44 -07:00
Jim Kalafut
a92d999f08
Update Azure Secrets plugin ( #5606 )
2018-10-25 12:06:55 -07:00
Alan Tang
9b6c6a29ea
fix duplicated word ( #5599 )
...
I think that is a duplicated word.
2018-10-24 18:15:24 -07:00
Becca Petrin
40e8d73ac7
Merge pull request #5594 from jescalan/master
...
Website updates and bug fixes
2018-10-24 14:45:25 -07:00
Jim Kalafut
62c13de3fd
changelog++
2018-10-24 13:13:45 -07:00
Jim Kalafut
732a3fa60b
Fix command panic by returning empty (not nil) map ( #5603 )
...
Fixes #5600
2018-10-24 13:08:40 -07:00
Mike Wickett
0a167de2db
website: change production env var to workaround Dato bug
2018-10-24 13:52:49 -06:00
Mike Wickett
4db58ce10b
website: fix redirects to learn
2018-10-24 13:46:56 -06:00
RJ Spiker
e88d2b5559
website - downloads page style adjustments
2018-10-24 13:46:56 -06:00
RJ Spiker
2942e87a9e
website - fix broken .button-container styles
2018-10-24 13:46:56 -06:00
Mike Wickett
e9c2471aa3
website: add temporary callout to download v1.0 beta
2018-10-24 13:46:56 -06:00
RJ Spiker
97908e3325
website - dependency version bumps
2018-10-24 13:46:55 -06:00
Mike Wickett
15d1ffdb89
website: add redirects for intro/getting-started content to Learn
2018-10-24 13:46:43 -06:00
Mike Wickett
e5e5b5c748
website: fix small font size on code samples
2018-10-24 13:46:43 -06:00
Mike Wickett
5618fdfc6b
website: remove GA snippet - Segment handles this
2018-10-24 13:46:43 -06:00
Jeff Escalante
5fa9b1a8ef
Website: small fix for the sidebar ( #5595 )
...
* sidebar attempted fix
* fix html errors
* a couple css updates
2018-10-24 12:21:37 -07:00
Andy Manoske
c4ffb0fd8d
Merge pull request #5591 from hashicorp/partnerships-docs
...
Partnerships docs updates
2018-10-23 14:57:58 -07:00
Andy Manoske
d6ceb70fef
Update partnerships.html.md
2018-10-23 14:56:55 -07:00
Andy Manoske
22044c9b7a
Update partnerships.html.md
2018-10-23 14:56:17 -07:00
Andy Manoske
ba4b6f4481
Update partnerships.html.md
2018-10-23 14:55:51 -07:00
Andy Manoske
f22776a94b
Fix broken links
...
fix links to old guides infrastructure
2018-10-23 14:22:18 -07:00
Andy Manoske
937f203e51
Update docs_detailed_categories.yml
2018-10-23 14:01:48 -07:00
Andy Manoske
73778ca097
Update partnerships.html.md
2018-10-23 13:58:33 -07:00
Andy Manoske
9ed2813c0e
Update partnerships.html.md
2018-10-23 13:48:16 -07:00
Andy Manoske
95f66805ee
Partnerships docs updates
...
Updates to include partnerships within new site
2018-10-23 13:45:53 -07:00