kaitlincarter-hc
483870b01a
[docs]Updated Containers Guide ( #6215 )
...
* Adding the updated containers guide that will be deployed on Learn only.
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
2019-09-17 13:35:46 -07:00
Blake Covarrubias
d6f2371fcd
docs: Fix typo in acl/acl-rules
2019-09-13 19:50:35 -07:00
Blake Covarrubias
2888e444c2
docs: Add .tgz to snapshot restore example ( #6476 )
2019-09-13 19:48:49 -07:00
Hans Hasselberg
62de041a36
docs (Consul Enterprise): Google Cloud Storage snapshot documentation ( #6480 )
2019-09-13 17:54:15 +02:00
hashicorp-ci
a42944542b
Release v1.6.1
2019-09-12 19:39:59 +00:00
Jud White
25aab18339
docs: fix typo in install/performance ( #6428 )
2019-09-09 21:23:25 +01:00
dcallao
876a7cbef9
fixed broken links on consul program page ( #6463 )
2019-09-06 17:18:59 -04:00
dcallao
58f19c5918
docs: added Consul Integration Program Docs Page ( #6459 )
...
* adding the Consul Integration Program page in docs section
2019-09-06 14:52:18 -04:00
John Cowen
5134140b5b
docs: Fix discovery chain internals link ( #6449 )
2019-09-05 13:56:50 +01:00
Aestek
19c4459d19
Add option to register services and their checks idempotently ( #4905 )
2019-09-02 09:38:29 -06:00
Matt Keeler
f8d49dc4da
TxnCheckOp has a Check
field not a Service
field ( #6418 )
2019-08-28 15:57:41 -04:00
Nick Fagerlund
e4e3fd4299
website: Update middleman-hashicorp container and Gemfile.lock ( #6374 )
...
* website: Update middleman-hashicorp container and Gemfile.lock
Time marches on, and so do security vulnerabilities in Nokogiri. So it's time
for a new container.
As with last time, here's a reminder for the next person who needs to update
this:
- You shouldn't just update the dependency in Gemfile.lock, because your build
times will go to heck as you compile Nokogiri from source on every run. So you
need an updated container with all the dependencies.
- To update the container, you need to push a new tag to the middleman-hashicorp
repo. Teamcity does the rest, and will ship a new container to Docker Hub
(unless its credentials are out of date, in which case go ask team-eng-serv.)
- Once that's pushed:
- Update Makefile
- Update the Gemfile
- Delete Gemfile.lock
- `make website` until it comes up, then ctrl-C
- Commit the changes
* website: Specify a different json version in Gemfile.lock
The Consul website uses different containers for preview and deploy, and this
oddball JSON version was causing issues. This commit sacrifices a little bit
of preview startup speed for (hopefully) working deploys.
2019-08-27 11:05:18 -04:00
Mike Morris
c108fd01a0
bump eventmachine to 1.2.7 in Gemfile.lock ( #6389 )
2019-08-27 02:00:43 -04:00
Freddy
51fbcc5fcd
Rephrase bind docs ( #6394 )
2019-08-26 11:31:55 -06:00
hashicorp-ci
59bda8d3d5
Release v1.6.0
2019-08-23 22:10:51 +00:00
R.B. Boyer
2d4a3b51d0
Merge pull request #6388 from hashicorp/release/1-6
...
merging release/1-6 into master
2019-08-23 13:44:46 -05:00
Anudeep Reddy
02197b2cd2
Update observability.html.md ( #6379 )
2019-08-23 17:07:48 +02:00
danielehc
992b1a8d88
Update agent.html.markdown.erb ( #6380 )
...
Adding a note on how to make Consul trust S3-compatible storage that expose a self-signed certificate.
2019-08-23 16:09:41 +02:00
Jack Pearkes
88b7db3b79
website: fix typo on mesh page ( #6368 )
...
Fixes #6345 .
2019-08-21 16:35:11 -05:00
R.B. Boyer
17bf364668
docs: remove beta references; leave version notation ( #6372 )
2019-08-21 16:23:08 -05:00
R.B. Boyer
e7b8032b48
docs: document how envoy escape hatches work with the discovery chain ( #6350 )
...
- Bootstrap escape hatches are OK.
- Public listener/cluster escape hatches are OK.
- Upstream listener/cluster escape hatches are not supported.
If an unsupported escape hatch is configured and the discovery chain is
activated log a warning and act like it was not configured.
Fixes #6160
2019-08-21 15:10:12 -05:00
Alvin Huang
387557dc34
Merge Consul OSS branch 'master' at commit ce9cfc773d529ae4b8259d195323c0c350c1f9f1
2019-08-21 16:07:04 -04:00
R.B. Boyer
5f9acb6894
docs: fixing L7 config entries documentation ( #6358 )
...
- add service-router example involving gRPC
- fix indentation on service-router page by splitting it up
- remove reference to removed setting
2019-08-21 12:29:53 -05:00
R.B. Boyer
e04395ae1a
docs: add documentation for discovery chains
...
Fixes #6273
2019-08-21 12:29:53 -05:00
Ján Dzurek
e79a3a9e19
docs: ports docs missing paren fix ( #6367 )
2019-08-21 10:23:03 +02:00
hashicorp-ci
f3a46e5a48
Merge Consul OSS branch 'master' at commit a7ded1bd8efcbc3c67978f050b6f16ec5e8a832d
2019-08-21 02:00:53 +00:00
Matt Keeler
80b67c50da
Turned on Envoy 1.11.1 integration tests ( #6347 )
...
I also ran this against 1.5.2 so the docs update claiming compatibility should still be accurate.
2019-08-20 10:20:13 -04:00
John Cowen
54c345babf
docs: Fix typo layey > layer ( #6352 )
2019-08-20 10:16:30 +02:00
Tyler Ryan
ac1282eb6c
Merge pull request #6341 from tryan225/docs/autopilot-updates
...
Clarifying autopilot bootstrap and config options
2019-08-19 13:36:50 -07:00
Jack Pearkes
957cda2884
website: update the vs. envoy and proxies page ( #6326 )
...
* website: update the vs. envoy and proxies page
This is the second result on Google for "consul envoy" and
it seemed like it needed a bit of an upgrade to help clarify the
current state.
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Apply suggestions from code review
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
2019-08-16 14:25:24 -07:00
tryan225
a57dbc0d2a
Clarifying autopilot bootstrap and config options
2019-08-16 10:54:13 -07:00
hashicorp-ci
fcf8b12e8e
Merge Consul OSS branch 'master' at commit 23cf22960af00a02530f51327d9566c8b52e4de7
2019-08-16 02:00:30 +00:00
mattc41190
7757a0186b
Fix 404 ( #6300 )
...
On page: https://www.consul.io/discovery.html
If you click the link for Health Checks -> Learn More the underlying resource is:
https://learn.hashicorp.com/consul/getting-started/checks
This page for me is a 404. I think you've bundled it together in the following page:
Register a Service and Health Check - Service Discovery
Located at: https://learn.hashicorp.com/consul/getting-started/services
Thanks for Consul, it's really awesome.
2019-08-15 14:04:30 -07:00
hashicorp-ci
29767157ed
Merge Consul OSS branch 'master' at commit 8f7586b339dbb518eff3a2eec27d7b8eae7a3fbb
2019-08-13 02:00:43 +00:00
Sarah Adams
2f7a90bc52
add flag to allow /operator/keyring requests to only hit local servers ( #6279 )
...
Add parameter local-only to operator keyring list requests to force queries to only hit local servers (no WAN traffic).
HTTP API: GET /operator/keyring?local-only=true
CLI: consul keyring -list --local-only
Sending the local-only flag with any non-GET/list request will result in an error.
2019-08-12 11:11:11 -07:00
hashicorp-ci
eb53f9175c
Merge Consul OSS branch 'master' at commit 8241787e922955e973c0e762ad3cb8db1804f6cd
2019-08-11 02:01:18 +00:00
Jake Lundberg
a530fee06e
docs: Update consul-helm example to pull latest tag
2019-08-09 16:33:43 -06:00
Mike Morris
d163740bbf
website: restore accidental JSON deletion [skip ci] ( #6303 )
2019-08-09 15:32:54 -04:00
Mike Morris
88df658243
connect: remove managed proxies ( #6220 )
...
* connect: remove managed proxies implementation and all supporting config options and structs
* connect: remove deprecated ProxyDestination
* command: remove CONNECT_PROXY_TOKEN env var
* agent: remove entire proxyprocess proxy manager
* test: remove all managed proxy tests
* test: remove irrelevant managed proxy note from TestService_ServerTLSConfig
* test: update ContentHash to reflect managed proxy removal
* test: remove deprecated ProxyDestination test
* telemetry: remove managed proxy note
* http: remove /v1/agent/connect/proxy endpoint
* ci: remove deprecated test exclusion
* website: update managed proxies deprecation page to note removal
* website: remove managed proxy configuration API docs
* website: remove managed proxy note from built-in proxy config
* website: add note on removing proxy subdirectory of data_dir
2019-08-09 15:19:30 -04:00
Matt Keeler
ef7cbc5850
mesh-gateway ACL tokens should also have node:read
on everyth… ( #6291 )
2019-08-07 13:52:57 -04:00
Alvin Huang
ae898a4a33
Merge remote-tracking branch 'origin/master' into release/1-6
2019-08-02 18:09:32 -04:00
Omer Zach
1e80fc9c0f
Fix typo in architecture.html.md ( #6261 )
2019-08-01 12:21:37 -06:00
Venkata Krishna Annam
5011f305e0
docs: Fix minor mistakes in index.html.md ( #6239 )
2019-08-01 12:57:26 -05:00
freddygv
00157a2c1f
Update default gossip encryption key size to 32 bytes
2019-07-30 09:45:41 -06:00
Alvin Huang
7972514b82
Merge remote-tracking branch 'origin/master' into release/1-6
2019-07-26 16:22:53 -04:00
Matt Keeler
9dd72121e1
Set --max-obj-name-len 256 when execing Envoy ( #6202 )
...
* Pass -max-obj-name-len 256 to envoy
* Update test expectations.
* Add a note about requireing the max-obj-name-len option to be set
2019-07-26 15:43:15 -04:00
Todd Radel
c253a23630
Merge pull request #6210 from hashicorp/docs/fix-ambassador-link
...
Fix links to ambassador website
2019-07-26 14:29:03 -04:00
R.B. Boyer
1b95d2e5e3
Merge Consul OSS branch master at commit b3541c4f34d43ab92fe52256420759f17ea0ed73
2019-07-26 10:34:24 -05:00
hashicorp-ci
601703497f
Release v1.5.3
2019-07-25 23:41:17 +00:00
Mike Morris
2c78c476a0
docs: add TCP half-close broken pipe to common errors ( #6203 )
2019-07-25 16:01:33 -04:00