R.B. Boyer
af01d397a5
connect: don't colon-hex-encode the AuthorityKeyId and SubjectKeyId fields in connect certs ( #6492 )
...
The fields in the certs are meant to hold the original binary
representation of this data, not some ascii-encoded version.
The only time we should be colon-hex-encoding fields is for display
purposes or marshaling through non-TLS mediums (like RPC).
2019-09-23 12:52:35 -05:00
Jack Pearkes
5b41903bd0
website: update alert bar on homepage ( #6518 )
...
Per @changli0617
2019-09-20 15:32:25 -07:00
Luke Kysow
9f4ecdbf3e
Merge pull request #6511 from hashicorp/code-highlighting
...
Give code blocks coloured background
2019-09-20 10:35:53 -07:00
Luke Kysow
5c9ece5964
Merge pull request #6460 from hashicorp/helm-wait
...
Update consul-helm enterprise docs for ACLs
2019-09-19 15:32:27 -07:00
Bartek Jaroszewski
ea009d1457
website, add git2consul-go to the tools list ( #6286 )
...
Signed-off-by: bjaroszewski <bjaroszewski@griddynamics.com>
2019-09-19 17:20:50 -05:00
Luke Kysow
dcf922858a
Update consul-helm enterprise docs for ACLs
...
If ACLs are added then slightly different commands are needed.
2019-09-19 15:09:38 -07:00
Luke Kysow
2a0d9ff882
Update Consul DNS on kube docs
...
- fix instructions for CoreDNS (it updated)
- fix instructions for new component names
- recommend installing with the name 'consul'
- add disclaimer that catalog sync is not always required
- clean up example values.yaml files
2019-09-19 15:09:38 -07:00
Luke Kysow
16d1f4ca01
Give code blocks coloured background
...
This will make them stand out more and matches the style of terraform.io
2019-09-19 14:53:28 -07:00
Iryna Shustava
91e6c634ca
Merge pull request #6500 from hashicorp/typo-fix
...
Fix typo in "Service Ports" section
2019-09-18 13:11:52 -07:00
kaitlincarter-hc
c10f83ebee
[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
Iryna Shustava
7d593aca60
Fix typo in "Service Ports" section
2019-09-17 12:05:04 -07:00
Blake Covarrubias
fb2ffef849
docs: Fix typo in acl/acl-rules
2019-09-13 19:50:35 -07:00
Blake Covarrubias
257aeb7929
docs: Add .tgz to snapshot restore example ( #6476 )
2019-09-13 19:48:49 -07:00
Hans Hasselberg
dcba96079a
docs (Consul Enterprise): Google Cloud Storage snapshot documentation ( #6480 )
2019-09-13 17:54:15 +02:00
hashicorp-ci
9be6dfc310
Release v1.6.1
2019-09-12 19:39:59 +00:00
Jud White
5096a2fe39
docs: fix typo in install/performance ( #6428 )
2019-09-09 21:23:25 +01:00
dcallao
40af5ca2f0
fixed broken links on consul program page ( #6463 )
2019-09-06 17:18:59 -04:00
dcallao
545ab3c236
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
826e82f765
docs: Fix discovery chain internals link ( #6449 )
2019-09-05 13:56:50 +01:00
Aestek
7c7b7f24fd
Add option to register services and their checks idempotently ( #4905 )
2019-09-02 09:38:29 -06:00
Matt Keeler
00aa108490
TxnCheckOp has a `Check` field not a `Service` field ( #6418 )
2019-08-28 15:57:41 -04:00
Nick Fagerlund
ce8a27aedc
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
e7a5d80169
bump eventmachine to 1.2.7 in Gemfile.lock ( #6389 )
2019-08-27 02:00:43 -04:00
Freddy
4caf1d111a
Rephrase bind docs ( #6394 )
2019-08-26 11:31:55 -06:00
hashicorp-ci
944cc71026
Release v1.6.0
2019-08-23 22:10:51 +00:00
R.B. Boyer
cc9a6f7993
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
f9c2a95e0e
Update observability.html.md ( #6379 )
2019-08-23 17:07:48 +02:00
danielehc
2e64b19fc2
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
b428e81483
website: fix typo on mesh page ( #6368 )
...
Fixes #6345 .
2019-08-21 16:35:11 -05:00
R.B. Boyer
0a4e683708
docs: remove beta references; leave version notation ( #6372 )
2019-08-21 16:23:08 -05:00
R.B. Boyer
7a6faccf2f
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
52041cc278
Merge Consul OSS branch 'master' at commit ce9cfc773d
2019-08-21 16:07:04 -04:00
R.B. Boyer
65fc93ea33
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
33c09f80c8
docs: add documentation for discovery chains
...
Fixes #6273
2019-08-21 12:29:53 -05:00
Ján Dzurek
5515e094f4
docs: ports docs missing paren fix ( #6367 )
2019-08-21 10:23:03 +02:00
hashicorp-ci
22789fedf8
Merge Consul OSS branch 'master' at commit a7ded1bd8e
2019-08-21 02:00:53 +00:00
Matt Keeler
9a5b258edf
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
a7ded1bd8e
docs: Fix typo layey > layer ( #6352 )
2019-08-20 10:16:30 +02:00
Tyler Ryan
fc9fcdfa53
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
589f77b2ab
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
47ca1fa988
Clarifying autopilot bootstrap and config options
2019-08-16 10:54:13 -07:00
hashicorp-ci
868780f237
Merge Consul OSS branch 'master' at commit 23cf22960a
2019-08-16 02:00:30 +00:00
mattc41190
23cf22960a
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
5919c7c184
Merge Consul OSS branch 'master' at commit 8f7586b339
2019-08-13 02:00:43 +00:00
Sarah Adams
8ff1f481fe
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
5ecffb0c0a
Merge Consul OSS branch 'master' at commit 8241787e92
2019-08-11 02:01:18 +00:00
Jake Lundberg
8241787e92
docs: Update consul-helm example to pull latest tag
2019-08-09 16:33:43 -06:00
Mike Morris
b9f07fa9c3
website: restore accidental JSON deletion [skip ci] ( #6303 )
2019-08-09 15:32:54 -04:00
Mike Morris
65be58703c
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
b53b98fa26
mesh-gateway ACL tokens should also have `node:read` on everyth… ( #6291 )
2019-08-07 13:52:57 -04:00