Kevin Pruett
333e0d3e5d
Add Algolia indexing to CI
2020-06-29 12:14:43 -04:00
Seth Hoenig
c2a1322894
api/agent: enable setting SuccessBeforePassing and FailuresBeforeCritical in API ( #7949 )
...
Fixes #7764
Until now these two fields could only be set through on-disk agent configuration.
This change adds the fields to the agent API struct definition so that they can
be set using the agent HTTP API.
2020-06-29 14:52:35 +02:00
R.B. Boyer
72a515f5ec
connect: various changes to make namespaces for intentions work more like for other subsystems ( #8194 )
...
Highlights:
- add new endpoint to query for intentions by exact match
- using this endpoint from the CLI instead of the dump+filter approach
- enforcing that OSS can only read/write intentions with a SourceNS or
DestinationNS field of "default".
- preexisting OSS intentions with now-invalid namespace fields will
delete those intentions on initial election or for wildcard namespaces
an attempt will be made to downgrade them to "default" unless one
exists.
- also allow the '-namespace' CLI arg on all of the intention subcommands
- update lots of docs
2020-06-26 16:59:15 -05:00
Freddy
36a9bb4133
Update website/pages/docs/acl/auth-methods/jwt.mdx
...
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2020-06-25 11:43:42 -06:00
freddygv
5b5210e2b7
Remove remaining beta tags
2020-06-24 16:12:24 -06:00
freddygv
2adf1df079
Remove stray instruction
2020-06-24 16:12:08 -06:00
freddygv
5f34f9954c
Add docs for upstream destination's namespace
2020-06-24 16:11:44 -06:00
freddygv
1ac7e9a07d
Add tabs to config entry examples
2020-06-24 16:10:46 -06:00
Rebecca Zanzig
5cf7f86091
Rearrange k8s connect docs to make space for gateways
2020-06-24 13:35:14 -07:00
Mike Morris
8a496af085
Update dev.mdx ( #8090 )
...
Remove ref to "virtual service" to avoid confusion with L7 routing virtual services, replace with "debug service".
2020-06-24 14:26:01 +02:00
Valery V. Vorotyntsev
0e50884525
Fix quorum formula in consensus.mdx ( #8166 )
...
[Add & Remove Servers](https://learn.hashicorp.com/consul/day-2-operations/servers )
guide uses `(N/2)+1` quorum formula. So does the
[Raft implementation](5927dcda05/raft.go (L909)
).
Consensus Protocol document uses `(n+1)/2` formula.
This formula is not only different, it conflicts with the
[Deployment Table](https://www.consul.io/docs/internals/consensus.html#deployment_table )
in the same document; e.g., (6+1)/2 = 3, not 4.
Replace `(n+1)/2` with `(N/2)+1` in Consensus Protocol document.
2020-06-24 14:23:36 +02:00
Chris Piraino
c1f485c516
docs: Specify port in host for example ( #8167 )
...
This example shows a TLS enabled ingress config on a non-https port.
Currently, that means we require the port to be specified in one of the
host entries to route traffic.
2020-06-23 14:41:51 -05:00
freddygv
224f486aef
Update namespaces subject-verb agreement
2020-06-23 10:57:30 -06:00
Brandon Romano
8c1ccf96e9
Update Nav
2020-06-21 19:35:34 -07:00
Preetha
0d4d807cb0
remove prerelease tag
2020-06-18 20:02:21 -05:00
Preetha
83241ec09e
update alert banner
2020-06-18 19:36:42 -05:00
Preetha
52dc72c24a
update version to 1.8.0
2020-06-18 19:32:11 -05:00
Freddy
4948cd403f
Finalize gateway documentation for 1.8.0 GA ( #8121 )
...
Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
2020-06-18 15:27:06 -06:00
Luke Kysow
c937cbd0cf
Remove consul:beta now that 1.8 is out.
2020-06-18 11:50:25 -07:00
Rebecca Zanzig
b9ec0d310f
Merge pull request #8126 from hashicorp/k8s/gateway-docs
...
Add helm chart options for ingress and terminating gateways
2020-06-18 11:30:59 -07:00
Jono Sosulska
1f1eb0cb33
Fixing multiple document updates ( #8135 )
...
* Fixes #7663-ACL Token Reloadable#7432-Cipher Suites,#7385-KV Delete DC, raft list-peers docs
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2020-06-18 14:10:45 -04:00
Rebecca Zanzig
c1d37ddd6b
Add helm chart options for ingress and terminating gateways
2020-06-18 11:04:19 -07:00
Dexter Lowe
a27694d110
#8059 Improve Clarity on TTL docs ( #8141 )
2020-06-18 13:53:43 -04:00
Chris Piraino
03cc81ba18
Updates docs with ingress Host header clarifications ( #8062 )
...
* Updates docs with ingress Host header changes
Clarify that a Host header is required for L7 protocols, and specify
that the default is to use the Consul DNS ingress subdomain
* Add sentence about using '*' by itself for testing
* Add optional step for using L7 routing config
* Note that port numbers may need to be added in the Hosts field
2020-06-17 14:43:58 -05:00
Kevin Pruett
5d0bd935b0
Update @hashicorp/nextjs-scripts dep
2020-06-17 12:01:56 -04:00
wisp
9bad4aaf9a
Fixed a typo ( #8132 )
...
Fixed a little typo 🐰
2020-06-17 10:21:33 -04:00
David Yu
818ce2eca6
Formatting spaces between keys in Config entries ( #8116 )
...
* Formatting spaces between keys in Config entries
* Service Router spacing
* Missing Camel Case proxy-defaults
* Remove extra spaces service-splitter
* Remove extra spsaces service-resolver
* More spaces a la hclfmt
* Nice!
* Oh joy!
* More spaces on proxy-defaults
* Update website/pages/docs/agent/config-entries/proxy-defaults.mdx
Co-authored-by: Chris Piraino <cpiraino@hashicorp.com>
2020-06-16 11:28:21 -07:00
Matt Keeler
cdc4b20afa
ACL Node Identities ( #7970 )
...
A Node Identity is very similar to a service identity. Its main targeted use is to allow creating tokens for use by Consul agents that will grant the necessary permissions for all the typical agent operations (node registration, coordinate updates, anti-entropy).
Half of this commit is for golden file based tests of the acl token and role cli output. Another big updates was to refactor many of the tests in agent/consul/acl_endpoint_test.go to use the same style of tests and the same helpers. Besides being less boiler plate in the tests it also uses a common way of starting a test server with ACLs that should operate without any warnings regarding deprecated non-uuid master tokens etc.
2020-06-16 12:54:27 -04:00
David Yu
de65e6300e
Switching service-route, service-resolver, service-splitter examples to CamelCase ( #8107 )
...
* Switching service-route example to CamelCase
* Switch service-resovler examples to CamelCase
* Changing service-splitter examples to CamelCase
2020-06-15 14:14:36 -07:00
Spencer Owen
9b7483c6df
docs: Fix ingress dns entry ( #8072 )
2020-06-15 15:15:33 -05:00
freddygv
f4179b400d
Update telemetry for gateway-services endpoint
2020-06-12 14:44:36 -06:00
freddygv
51f8f76b3b
Remove unused method and fixup docs ref
2020-06-12 13:47:43 -06:00
freddygv
26583e12ba
Add docs
2020-06-12 13:47:43 -06:00
Hans Hasselberg
26494286c7
Support envoy 1.14.2, 1.13.2, 1.12.4 ( #8057 )
2020-06-10 23:20:17 +02:00
Mike Wickett
61848c6187
Merge pull request #8076 from hashicorp/nq.basic-hero-tertiary-link-support
...
[Website] Support tertiary-styled third links
2020-06-10 10:47:40 -04:00
Noel Quiles
f696738875
Support tertiary-styled third links
...
Get the tertiary links to wrap below buttons
Adjust color/spacing of tertiary via override
Remove overrides, implement custom link
Extract arrow icon to file
Increase top margin for third link
Apply Brandon's fixes
Co-authored-by: Brandon Romano <BrandonRRomano@gmail.com>
2020-06-09 22:43:05 -07:00
Daniel Nephin
6719f1a6fa
Merge pull request #7900 from hashicorp/dnephin/add-linter-staticcheck-2
...
intentions: fix a bug in Intention.SetHash
2020-06-09 15:40:20 -04:00
Kyle Havlovitz
b7cf5139dd
Merge pull request #8040 from hashicorp/ingress/expose-cli
...
Ingress expose CLI command
2020-06-09 12:11:23 -07:00
Preetha
a4b2f657c4
fix link
2020-06-08 19:47:33 -05:00
Kyle Havlovitz
c466551ec1
Add -host flag to expose command
2020-06-08 16:59:47 -07:00
Preetha
0252a79322
Update banner.js to call out helm chart survey
2020-06-08 17:34:38 -05:00
Blake Covarrubias
5d2f18fc3d
docs: Fix rendering of markdown on performance page
...
Fix issue with markdown not being rendered on /docs/install/performance.mdx.
Resolves #8049
2020-06-08 10:29:47 -07:00
Hans Hasselberg
532e14fdc4
agent: add option to disable agent cache for HTTP endpoints ( #8023 )
...
This allows the operator to disable agent caching for the http endpoint.
It is on by default for backwards compatibility and if disabled will
ignore the url parameter `cached`.
2020-06-08 10:08:12 +02:00
Krastin
0f0c8a29fe
website: fix a link in docs/agent/options
...
fixing the link to gopsutil in the -disable-host-node-id option text body
2020-06-07 03:36:55 -07:00
Jeff Escalante
37c7090d1a
a few more naming adjustments
2020-06-06 15:45:29 -04:00
Jeff Escalante
511af6c9ba
change page path, add redirect
2020-06-06 15:45:29 -04:00
Peter M
d3b51070dd
Update Homepage Use Case Name and Link
...
resubmitting this PR to include a link change.
2020-06-06 15:45:29 -04:00
Peter M
4ad6c0ab02
Updating NMA use case to reflect new name
...
Recently changed Network Middleware Automation use case to Network Infrastructure Automation, adding changes to the site to reflect this.
2020-06-06 15:00:03 -04:00
Kyle Havlovitz
05a8f4d95a
Document the namespace format for expose CLI command
2020-06-05 15:47:03 -07:00
Kyle Havlovitz
7069150ee1
Add docs for expose command
2020-06-05 14:54:45 -07:00
Daniel Nephin
b9e4544ec3
intentions: fix a bug in Intention.SetHash
...
Found using staticcheck.
binary.Write does not accept int types without a size. The error from binary.Write was ignored, so we never saw this error. Casting the data to uint64 produces a correct hash.
Also deprecate the Default{Addr,Port} fields, and prevent them from being encoded. These fields will always be empty and are not used.
Removing these would break backwards compatibility, so they are left in place for now.
Co-authored-by: Hans Hasselberg <me@hans.io>
2020-06-05 14:51:43 -04:00
Freddy
f759a48726
Enable gateways to resolve hostnames to IPv4 addresses ( #7999 )
...
The DNS resolution will be handled by Envoy and defaults to LOGICAL_DNS. This discovery type can be overridden on a per-gateway basis with the envoy_dns_discovery_type Gateway Option.
If a service contains an instance with a hostname as an address we set the Envoy cluster to use DNS as the discovery type rather than EDS. Since both mesh gateways and terminating gateways route to clusters using SNI, whenever there is a mix of hostnames and IP addresses associated with a service we use the hostname + CDS rather than the IPs + EDS.
Note that we detect hostnames by attempting to parse the service instance's address as an IP. If it is not a valid IP we assume it is a hostname.
2020-06-03 15:28:45 -06:00
Kevin Pruett
5ce7c8d76d
Merge pull request #8002 from pruett/pruett.quickfix-acl-docs
...
Add newline to fix rendering bug
2020-06-03 17:21:52 -04:00
Jono Sosulska
ebdc3a6b9e
Updating Stopping Agent Section ( #8016 )
...
Fixes #6935 to clarify agent behavior.
2020-06-03 17:08:49 -04:00
Kevin Pruett
ffeb7515a4
Add newline to fix rendering bug
2020-06-03 15:21:06 -04:00
Derek Strickland
e1871e9e6e
Added guideLinks prop for UseCaseLayout component and linked terminating gateways guide from documentation. ( #7998 )
2020-06-02 10:40:07 -04:00
R.B. Boyer
7bd7895047
acl: allow auth methods created in the primary datacenter to optionally create global tokens ( #7899 )
2020-06-01 11:44:47 -05:00
R.B. Boyer
16db20b1f3
acl: remove the deprecated `acl_enforce_version_8` option ( #7991 )
...
Fixes #7292
2020-05-29 16:16:03 -05:00
Jono Sosulska
7a13c96a2a
Replace whitelist/blacklist terminology with allowlist/denylist ( #7971 )
...
* Replace whitelist/blacklist terminology with allowlist/denylist
2020-05-29 14:19:16 -04:00
Shantanu Gadgil
08cb4e5c6b
add gobetween to the Consul tools ( #7973 )
...
add gobetween to the Consul tools
2020-05-29 11:17:22 -07:00
Chris Piraino
967ecf59b0
Remove underscores from gateway URL paths ( #7962 )
2020-05-28 14:19:17 -05:00
Luke Kysow
1edf879169
Merge pull request #7936 from hashicorp/helm-k8s-mgw
...
Helm docs for k8s mesh gateways and federation
2020-05-28 10:51:03 -07:00
Luke Kysow
80031e7921
Helm docs for k8s mesh gateways and federation
2020-05-28 10:49:59 -07:00
Alvin Huang
f830637448
bump beta callout to v1.8.0-beta2 ( #7945 )
2020-05-26 12:51:44 -04:00
Luke Kysow
064bd2e9ca
Merge pull request #7944 from hashicorp/k8s-mgw-docs-update
...
Update for consul:1.8.0-beta2
2020-05-25 11:26:28 -07:00
Luke Kysow
11933ee640
Update for consul:1.8.0-beta2
2020-05-25 11:26:09 -07:00
Jeff Escalante
10b79907a0
env variable clarity
2020-05-21 14:50:45 -04:00
Jeff Escalante
c093b4903f
mod stylelint to be more accurate
2020-05-21 14:50:45 -04:00
Jeff Escalante
7a43926fa4
upgrade to stylelint release
2020-05-21 14:50:45 -04:00
Jeff Escalante
483ca3acf7
remove unused dependencies, adjust 404 link color
2020-05-21 14:50:45 -04:00
Jeff Escalante
306e8c84b6
update dependencies
2020-05-21 14:50:45 -04:00
Peter M
2232f5cba8
Updated resource heading to correct error
2020-05-20 15:26:56 -07:00
Freddy
36c2ae0900
Update ingress/terminating gateway ACL docs ( #7891 )
2020-05-20 09:27:25 -06:00
Paul Mundt
9b15050b44
docs: Add Dart client to list of Libraries and SDKs ( #7884 )
2020-05-20 12:42:12 +02:00
Patrice Krakow
49bd1a4ba3
docs: change "is" to "can be" in connect docs ( #7902 )
...
The doc says: "When the Connect injector is installed, the Connect sidecar is automatically added to all pods." But, it depends on the configuration, so I think it's better to say: "When the Connect injector is installed, the Connect sidecar can automatically added to all pods."
2020-05-20 12:40:24 +02:00
Pierre Souchay
3b548f0d77
Allow to restrict servers that can join a given Serf Consul cluster. ( #7628 )
...
Based on work done in https://github.com/hashicorp/memberlist/pull/196
this allows to restrict the IP ranges that can join a given Serf cluster
and be a member of the cluster.
Restrictions on IPs can be done separatly using 2 new differents flags
and config options to restrict IPs for LAN and WAN Serf.
2020-05-20 11:31:19 +02:00
R.B. Boyer
16bbb11aad
docs: remove todos ( #7922 )
...
Fixes #7921
2020-05-19 15:19:06 -05:00
R.B. Boyer
694a6c03e5
docs: update the 'consul tls' command docs to match the current flags ( #7911 )
2020-05-18 12:01:14 -05:00
nicolelyn
56b7440b98
website: update flexible architecture image
2020-05-15 13:49:57 -04:00
Mike Wickett
f1b825d917
Merge pull request #7895 from BrandonRomano/nf.fix-callouts-image
...
website: fix image size on learn callout
2020-05-15 10:13:31 -04:00
David Yu
6f6f6c47ca
Unindenting to remove shell pre-formatting ( #7890 )
2020-05-14 15:04:53 -06:00
nicolelyn
f3857a8d1f
website: fix image size on learn callout
2020-05-14 15:09:15 -04:00
Brandon Romano
6790f25a50
Updates alert Banner to point to 1.8 Blog Post
2020-05-14 10:18:18 -07:00
Luke Kysow
79a604b795
Merge pull request #7882 from hashicorp/multi-cluster-k8s
...
Documentation for wan fed via mgw on k8s
2020-05-14 09:57:39 -07:00
Luke Kysow
d998a776dd
Documentation for wan fed via mgw on k8s
2020-05-14 09:09:18 -07:00
Brandon Romano
205fc808d1
Merge pull request #7883 from BrandonRomano/consul-website-redesign
...
website: Landing & Use Case Pages redesign
2020-05-14 09:04:10 -07:00
Preetha Appan
4e3b23d341
link to beta
2020-05-14 10:51:34 -05:00
Preetha Appan
3e1577bb29
Update version.js
2020-05-14 10:42:06 -05:00
Brandon Romano
45d8445cef
Remove accidental import that sneaked in rebase
2020-05-13 23:48:06 -07:00
Brandon Romano
f475b6ebfa
Revert "Temporarily switch og:image to staging env to test"
...
This reverts commit a71eb2170020884e701267db23fc6d5a0bc3a06b.
2020-05-13 23:45:42 -07:00
Brandon Romano
44152089ec
Set og:title name for overriding
2020-05-13 23:45:42 -07:00
Brandon Romano
b749423c9d
Adds og:title
2020-05-13 23:45:42 -07:00
Brandon Romano
9819432b22
Temporarily switch og:image to staging env to test
2020-05-13 23:45:42 -07:00
Brandon Romano
a0c30060b3
Adds page specific metadata to use case pages
2020-05-13 23:45:42 -07:00
Brandon Romano
cf7b7f9e6f
Update base metadata
2020-05-13 23:45:42 -07:00
Brandon Romano
868d7114fa
Further image optimizations
2020-05-13 23:45:42 -07:00
Brandon Romano
d5bacda835
Remove raster images to CDN
2020-05-13 23:45:42 -07:00
Brandon Romano
2a3aa0cf34
Optimize why consul icons
2020-05-13 23:45:42 -07:00
Brandon Romano
d6ce61b07e
Optimize use case diagrams to SVGs
2020-05-13 23:45:41 -07:00
Brandon Romano
9023436120
Final content tweaks
2020-05-13 23:45:41 -07:00
Brandon Romano
0014fad5d4
Fix logo alignment bug
2020-05-13 23:45:41 -07:00
Brandon Romano
fe1c263b5d
Preserve Barclays aspect ratio
2020-05-13 23:45:41 -07:00
Brandon Romano
616cc65b71
Shrink quotes
2020-05-13 23:45:41 -07:00
Brandon Romano
797903c960
Removes border
2020-05-13 23:45:41 -07:00
Brandon Romano
5364ac39c4
Adds Mulit-Platform Service Mesh page
2020-05-13 23:45:41 -07:00
Brandon Romano
b0c65ee48a
No case studies on NMA page
2020-05-13 23:45:41 -07:00
Brandon Romano
0624ee5753
Update use case screenshots
2020-05-13 23:45:41 -07:00
Brandon Romano
3a1c8e8a7e
Shrink barclays logo
2020-05-13 23:45:40 -07:00
Brandon Romano
c26eb9bc6d
Add health checking page content
2020-05-13 23:45:40 -07:00
Brandon Romano
455c58395f
Update service discovery description
2020-05-13 23:45:40 -07:00
Brandon Romano
aa648cb47e
Adds NMA page content
2020-05-13 23:45:40 -07:00
Brandon Romano
6b6f3ce3d4
Small copy tweaks to prefooter elements
2020-05-13 23:45:40 -07:00
Brandon Romano
a0316d3766
Update order of use cases
2020-05-13 23:45:40 -07:00
Brandon Romano
17332aaac9
Update home content up to quotes
2020-05-13 23:45:40 -07:00
Brandon Romano
d6fe9ba40a
Add Kubernetes icon
2020-05-13 23:45:40 -07:00
Brandon Romano
f0fa02b4e2
Adds FeaturedSlider to use case pages
2020-05-13 23:45:40 -07:00
Brandon Romano
ca7503314d
Delete old use case pages w/ redirect to new
2020-05-13 23:45:40 -07:00
Brandon Romano
0401721cd5
Point the subnav use case pages to the new pages
2020-05-13 23:45:39 -07:00
Brandon Romano
1082255f1f
Stub other use case pages
2020-05-13 23:45:39 -07:00
Brandon Romano
2f0813390d
Stub nma page
2020-05-13 23:45:39 -07:00
Brandon Romano
fac7e1009a
Pull out CTA content into component
2020-05-13 23:45:39 -07:00
Brandon Romano
0fe283bfd0
Theme & Stub quotes section
2020-05-13 23:45:39 -07:00
Brandon Romano
3b3e710f77
Adjust nav to new recommended layout.
...
This removes "Intro", which is actually no longer the recommended
get-started place (Learn takes that spot).
Additionally, there is now a separator between the high level business
value stuff, and the low level developer stuff.
2020-05-13 23:45:39 -07:00
Brandon Romano
2d5a31bfec
Adds learn guides w/ temporary K8S icon
2020-05-13 23:45:39 -07:00
Brandon Romano
4301f95e9a
Plugs in use cases
2020-05-13 23:45:39 -07:00
Brandon Romano
8211b9bc82
Tweak CTA text
2020-05-13 23:45:39 -07:00
Brandon Romano
40e4c6218c
Plug in Hero content
2020-05-13 23:45:39 -07:00
Brandon Romano
7e405f4c5a
Adds a border to the top of the footer for visual spacing
2020-05-13 23:45:39 -07:00
Brandon Romano
a5a62324cc
Plug in proper content for when enterprise component
2020-05-13 23:45:38 -07:00
Brandon Romano
d4120b3065
Plug in proper content
2020-05-13 23:45:38 -07:00
Brandon Romano
f4b70bcd51
Remove featured slider in this PR
2020-05-13 23:45:38 -07:00
nicolelyn
f2242e0853
remove from style.css
2020-05-13 23:45:38 -07:00
nicolelyn
c5401b9508
add features list
2020-05-13 23:45:38 -07:00
nicolelyn
16dbbe51f2
remove before/after diagram
2020-05-13 23:45:38 -07:00
nicolelyn
f1586fde0a
add spaces
2020-05-13 23:45:38 -07:00
nicolelyn
7800e17565
remove console.log
2020-05-13 23:45:38 -07:00
nicolelyn
cb678b8859
add majority of home page components
2020-05-13 23:45:38 -07:00
nicolelyn
e0ea39fcf0
add majority of components
2020-05-13 23:45:10 -07:00
nicolelyn
6dac9070d2
prep for redesign
2020-05-13 23:44:22 -07:00
Brandon Romano
8a26c22e71
Test Netlify build
2020-05-13 23:44:22 -07:00
Mike Morris
26b6bc9561
docs: add audit logging docs to agent configuration ( #7880 )
2020-05-13 20:59:00 -04:00
Preetha
2928fe0e76
temporarily remove link that 404s
...
will be readded later when page is available
2020-05-13 19:11:13 -05:00
Freddy
85b70d6eb1
Add beta tags to gateway docs ( #7876 )
2020-05-13 15:47:20 -06:00
Chris Piraino
7f4f28b6d7
Ingress and Terminating Gateway docs ( #7710 )
...
This PR contains documentation additions for ingress and terminating gateways. New pages for the config-entries and overall feature description were added, as well as various additions to related pages.
Co-authored-by: Jono Sosulska <42216911+jsosulska@users.noreply.github.com>
Co-authored-by: freddygv <gh@freddygv.xyz>
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
Co-authored-by: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2020-05-13 16:29:40 -05:00
Preetha
272733a5c1
Merge pull request #7823 from hashicorp/docs-wanfed-mesh
...
Redo PR #7430 for new website (docs for WAN federation over mesh gateways)
2020-05-13 14:22:18 -05:00
R.B. Boyer
49e6680892
docs: docs for jwt and oidc auth methods ( #7847 )
2020-05-13 14:14:03 -05:00
Preetha Appan
947d7df816
added links, removed todo
2020-05-13 14:11:58 -05:00
Jeff Escalante
9b95af60b8
add tabs component
2020-05-13 14:01:37 -04:00
Jeff Escalante
0b848deae7
add to primary website readme
2020-05-13 14:01:37 -04:00
Jeff Escalante
28922ddba5
add docs for enterprise alert component
2020-05-13 14:01:37 -04:00
Freddy
7e71b4d70d
Use proxy-id in gateway auto-registration ( #7845 )
2020-05-13 11:56:53 -06:00
jsosulska
5928bbd319
Update FAQ with Compat Matrix information
2020-05-12 19:43:56 -04:00
Jono Sosulska
38ba851993
Update FAQ + formatting ( #7816 )
...
* Update FAQ + formatting
* Fix 80 chars lines in FAQ
2020-05-12 19:36:49 -04:00
Preetha Appan
50a0439c59
Clean up placeholder diagrams, rename file to use dashes
2020-05-12 16:34:59 -05:00
bitsofinfo
5cc5dab000
added files-to-consul-kv to tools
...
added files-to-consul-kv to tools
2020-05-12 08:30:16 -06:00
krishna sindhur
a0474e0437
docs: header payload type change ( #7763 )
...
* changed the header type from string to list as mentioned in doc in [website/pages/api-docs/agent/check.mdx, website/pages/docs/agent/checks.mdx]
2020-05-12 11:48:48 +02:00
Marek Vavruša
a6cd75423e
docs: fix misleading example for HTTP healthcheck ( #7773 )
...
The documentation says the `header` field has type `map[string][]string`,
but the example has `map[string]string`.
2020-05-12 11:45:46 +02:00
Preetha Appan
f3ee8d4777
Add Beta super script to page title
...
also moves version availability to below feature title
2020-05-11 14:59:17 -05:00
Iryna Shustava
97bca3476e
docs: add docs for configuring ACLs with external servers ( #7802 )
2020-05-11 11:26:10 -07:00
Preetha Appan
40c67ee0cc
Add beta superscript to docs title for wan federation over mesh gateways
2020-05-08 18:25:41 -05:00
Preetha Appan
f4bba1d204
Redo PR #7430 for new website
...
Still has todos and diagrams to be added
2020-05-08 18:07:45 -05:00
Daniel Nephin
987875524a
xds: Add passive health check config for upstreams
2020-05-08 14:56:57 -04:00
Jono Sosulska
44011c81f2
Fix spelling of deregister ( #7804 )
2020-05-08 10:03:45 -04:00
Denislav Denov
3932b5b907
Update website/pages/docs/commands/license.mdx
...
Co-authored-by: danielehc <40759828+danielehc@users.noreply.github.com>
2020-05-08 15:51:52 +03:00
Denislav Denov
aa5527303b
Update license.mdx
...
Hello team,
I noticed that the reset part of the consul license command was missing in the documentation so I added it and created this PR.
2020-05-08 11:13:41 +03:00
Jeff Escalante
55e5c1b9ef
add alert banner to website
2020-05-06 20:06:39 -04:00
R.B. Boyer
1187d7288e
acl: oss plumbing to support auth method namespace rules in enterprise ( #7794 )
...
This includes website docs updates.
2020-05-06 13:48:04 -05:00
Luke Kysow
3b9e53e290
Merge pull request #7724 from hashicorp/helm-repo
...
Update k8s instructions for new helm repo
2020-05-05 16:17:53 -07:00
Iryna Shustava
a61329c747
docs: add Helm docs for external servers and bootstrapToken ( #7725 )
2020-05-04 18:09:59 -07:00
R.B. Boyer
c9c557477b
acl: add MaxTokenTTL field to auth methods ( #7779 )
...
When set to a non zero value it will limit the ExpirationTime of all
tokens created via the auth method.
2020-05-04 17:02:57 -05:00
R.B. Boyer
265d2ea9e1
acl: add DisplayName field to auth methods ( #7769 )
...
Also add a few missing acl fields in the api.
2020-05-04 15:18:25 -05:00
R.B. Boyer
5848f0fd7b
docs: add docs for snapshot agent local_scratch_path option ( #7730 )
...
Also fix some website upgrade bugs.
2020-05-01 14:51:57 -05:00
Jeff Escalante
c00f246129
fix multiline note ( #7744 )
2020-04-30 14:07:16 -04:00
Luke Kysow
7115c41277
Update k8s instructions for new helm repo
...
Also remove index page for operations since it just linked to the other
pages in the list.
2020-04-30 10:04:55 -07:00
Iryna Shustava
d4a5c0b2ba
docs: add Helm docs for external servers and bootstrapToken ( #7725 )
...
Also, backfill some Helm docs that got lost in the new website merge
2020-04-28 14:38:02 -07:00
Jeff Escalante
76268de08c
dependencies
2020-04-28 12:53:30 -04:00
Luke Kysow
6aeb465dd4
Fix broken markdown link
2020-04-28 12:53:29 -04:00
Jeff Escalante
cd91a8e7dc
update dependencies
2020-04-28 12:53:29 -04:00
Jeff Escalante
851e6dd62d
remove guides from sidebar
2020-04-28 12:53:29 -04:00
Blake Covarrubias
6e3b3a3f04
Add callouts to Enterprise features ( #7548 )
...
Label all enterprise-related content with Enterprise badge/callout.
Resolves #6887
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-04-28 12:53:29 -04:00
Jeff Escalante
ad0a235242
update dependencies
2020-04-28 12:53:28 -04:00
Jeff Escalante
763994533f
update deps with a bunch of incremental fixes
2020-04-28 12:53:28 -04:00
kaitlincarter-hc
48cdd43606
[Docs] Kuberentes Guides ( #7660 )
...
* Update k8s guide titles
* Update website/pages/docs/k8s/installation/gke.mdx
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2020-04-28 12:53:28 -04:00
Jeff Escalante
ed938cf125
correct rebased k8s/eks location
2020-04-28 12:53:27 -04:00
Jeff Escalante
adca928bb3
anchor link analytics ( #7648 )
2020-04-28 12:53:27 -04:00
Jeff Escalante
87091f7456
add clearer safe write note to readme
2020-04-28 12:53:27 -04:00
Jeff Escalante
8ff109b66f
add 301 to readme
2020-04-28 12:53:27 -04:00
Jeff Escalante
be78f98a6c
a couple more anchor link fixes
2020-04-28 12:53:26 -04:00
Jeff Escalante
7c293ffd25
misc cleanup & fixes
2020-04-28 12:53:26 -04:00
Jeff Escalante
d14f99f0b0
update meta description
2020-04-28 12:53:26 -04:00
Jeff Escalante
0d0f0ee514
update deps, add no-index category, fix downloads page
2020-04-28 12:53:25 -04:00
Jeff Escalante
3461407f34
fix broken links
2020-04-28 12:53:25 -04:00
Jeff Escalante
4183723bd9
fix homepage link, docs index
2020-04-28 12:53:25 -04:00
Jeff Escalante
7d426348ce
remove guides that were moved to learn
2020-04-28 12:53:24 -04:00
Jeff Escalante
3ab1f76c6e
add k8s/consul alias back, fix react prop name
2020-04-28 12:53:24 -04:00
Jeff Escalante
b685869419
remove 'sidebar_current' from frontmatter
2020-04-28 12:53:24 -04:00
Jeff Escalante
99c297e898
home & use case pages
2020-04-28 12:53:23 -04:00
Jeff Escalante
0629d161ac
one more time
2020-04-28 12:53:23 -04:00
Jeff Escalante
2755fd51e7
test
2020-04-28 12:53:23 -04:00
Jeff Escalante
4d647fea42
update to latest nextjs-scripts
2020-04-28 12:53:22 -04:00
Jeff Escalante
17452af412
fix new syntax error
2020-04-28 12:53:22 -04:00
Jeff Escalante
b062a9f063
update deps, fixes for agent/options
2020-04-28 12:53:22 -04:00
Jeff Escalante
d7edea1f65
add correct bugsnag and segment keys
2020-04-28 12:53:22 -04:00
Jeff Escalante
298332c54e
another redirect fix
2020-04-28 12:53:21 -04:00
Jeff Escalante
428d51d16a
redirect corrections
2020-04-28 12:53:21 -04:00
Jeff Escalante
1a599f22ff
redirect tinkering
2020-04-28 12:53:21 -04:00
Jeff Escalante
598fad31d0
add more redirects
2020-04-28 12:53:20 -04:00
Jeff Escalante
99784c4f24
replace internal .html link extensions
2020-04-28 12:53:20 -04:00
Jeff Escalante
4211f12f38
remove internal /index.html
2020-04-28 12:53:20 -04:00
Jeff Escalante
a69778d939
add redirects
2020-04-28 12:53:19 -04:00
Jeff Escalante
8536881aa8
add one-off pages
2020-04-28 12:53:19 -04:00
Jeff Escalante
ee102ac06c
remove export trailing slash
2020-04-28 12:53:19 -04:00
Jeff Escalante
8438c2a6a2
redirects port
2020-04-28 12:53:18 -04:00
Jeff Escalante
0fa88294e0
correct favicon
2020-04-28 12:53:18 -04:00
Jeff Escalante
bad492ad9e
anchor link fixes across a lot of pages
2020-04-28 12:53:18 -04:00
Jeff Escalante
086073d6fb
docs rendering
2020-04-28 12:53:18 -04:00
Jeff Escalante
957c04eb20
intro and api navigation converted
2020-04-28 12:52:44 -04:00
Jeff Escalante
0d9e72f1dc
initial
2020-04-28 12:52:43 -04:00
Brandon Romano
86490107c9
Update with proper notification
2020-04-28 09:44:37 -07:00
Mike Wickett
df0a90039f
website: add alert banner
2020-04-28 08:56:21 -04:00
Alvin Huang
66ae2e1e27
netlify CLI outputs "Website Draft URL" now instead of "Live Draft URL" ( #7676 )
2020-04-20 15:57:34 -04:00
danielehc
11ed4207fc
Adding links to new GS track in learn ( #7649 )
...
* Adding links to new GS track in learn
2020-04-16 19:56:31 +02:00
David Yu
8d76671947
Consul on Kubernetes Learn Guide Links ( #7642 )
...
* Adding EKS Learn Guide to Docs
2020-04-14 07:53:17 -07:00
danielehc
778ba5310a
docs: Link to compatibility matrix for imageEnvoy ( #7387 )
...
* docs: Link to compatibility matrix for imageEnvoy
Added a link to the Envoy supported version in the documentation for `imageEnvoy` parameter.
* Update website/source/docs/platform/k8s/helm.html.md
2020-04-14 14:13:14 +02:00
Andrea Scarpino
2757510e84
docs: document consulPrefix properly ( #7603 )
2020-04-09 22:02:23 +02:00
danielehc
8174c2c0e7
Adding API version for example call ( #7626 )
2020-04-09 21:25:22 +02:00
Hans Hasselberg
b78220981c
connect: support envoy 1.14.1 ( #7624 )
2020-04-09 20:58:22 +02:00
Blake Covarrubias
a088d12a20
docs: Fix broken link to Nomad Consul Connect guide
2020-04-08 14:59:36 -07:00
Iryna Shustava
1b5cff80f2
docs: Add Helm docs for auto-encrypt and external servers ( #7595 )
...
* docs: Add Helm docs for auto-encrypt and external servers
2020-04-07 14:41:16 -07:00
Luke Kysow
812aedce48
Merge pull request #7586 from hashicorp/helm-docs
...
Document bootstrapACLs deprecation
2020-04-07 14:02:12 -07:00
Matt Keeler
42f02e80c3
Enable filtering language support for the v1/connect/intentions… ( #7593 )
...
* Enable filtering language support for the v1/connect/intentions listing API
* Update website for filtering of Intentions
* Update website/source/api/connect/intentions.html.md
2020-04-07 11:48:44 -04:00
Luke Kysow
1cef40b6a4
Update website/source/docs/platform/k8s/helm.html.md
...
Co-Authored-By: Iryna Shustava <ishustava@users.noreply.github.com>
2020-04-06 09:16:49 -07:00
Jono Sosulska
ab14c969cd
Change style to match "join" singular ( #7569 )
...
* Change style to match "join" singular
- Replaced "(Consul) cluster" with "Consul Datacenter"
- Removed "ing" so the feature fits "Consul Auto-join", and that the tense is correct.
Co-authored-by: danielehc <40759828+danielehc@users.noreply.github.com>
2020-04-03 16:04:07 -04:00
David Yu
33b6bfd106
[docs] Built-in Proxies not meant for production ( #7579 )
...
* [docs] Built-in Proxies not meant for production
* Adding link to Envoy for Connect
* Update website/source/docs/connect/proxies/built-in.md
Co-Authored-By: Blake Covarrubias <blake@covarrubi.as>
* Revising note
* Update website/source/docs/connect/proxies/built-in.md
period
Co-Authored-By: Hans Hasselberg <me@hans.io>
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Hans Hasselberg <me@hans.io>
2020-04-03 11:52:05 -07:00
Luke Kysow
b87d92147d
Document bootstrapACLs deprecation
2020-04-02 16:58:55 -07:00
Freddy
f5eb6ab539
Fix regression with gateway registration and update docs ( #7582 )
2020-04-02 12:52:11 -06:00
Daniel Nephin
b490790f60
Merge pull request #7427 from hashicorp/dnephin/website-fix-errrors-in-upgrade-docs
...
docs: fix some errors in upgrade-specific
2020-04-01 11:36:53 -04:00
Daniel Nephin
b099bb4b1a
Merge pull request #7465 from hashicorp/dnephin/correct-docs-log-file
...
docs: Update config reference for log-file
2020-04-01 11:29:20 -04:00
Hans Hasselberg
f6de4a0112
docs: revert "docs: fix param for register checks id->checkid ( #7393 )" ( #7565 )
...
This reverts commit ed5202943e43d054e31e958ff0178473974e4015.
2020-04-01 11:49:20 +02:00
Rasmus Mikkelsen
239b60b2ff
docs: fix param for register checks id->checkid ( #7393 )
2020-04-01 10:59:28 +02:00
Andreas Gruhler
e598190ad1
docs: make example code for RedundancyZoneTag match description ( #7464 )
2020-03-31 22:54:04 +02:00
Geoffrey Grosenbach
4f599893f3
docs: add link to Learn from downloads page ( #7534 )
...
Adds a link to Learn from the downloads page as well as a link to the Consul
Template guide.
2020-03-31 22:30:29 +02:00
Jono Sosulska
42998c0eb6
Updated Security Model and FAQ pages ( #7528 )
...
* Updated Security Model and FAQ pages
2020-03-30 16:43:26 -04:00
Matt Keeler
a8961e37d9
Add docs for v1/acl/policy/name endpoint ( #7501 )
2020-03-27 10:20:09 -04:00
Cody De Arkland
b29170201d
Merge pull request #7495 from hashicorp/3242020-ent-docs-update
...
updating enterprise documentation with additional clarity
2020-03-26 11:56:56 -07:00
Matt Keeler
e873dbe111
Add optional JSON format to the ACL CLI commands output ( #7198 )
...
* Add ACL CLI commands output format option.
Add command level formatter, that incapsulates command output printing
logiс that depends on the command `-format` option.
Move Print* functions from acl_helpers to prettyFormatter. Add jsonFormatter.
* Return error code in case of formatting failure.
* Add acl commands -format option to doc.
2020-03-26 13:16:21 -04:00
Freddy
f666727607
Exposing paths isn't an upstream configuration ( #7515 )
2020-03-26 11:15:01 -06:00
Freddy
cb55fa3742
Enable CLI to register terminating gateways ( #7500 )
...
* Enable CLI to register terminating gateways
* Centralize gateway proxy configuration
2020-03-26 10:20:56 -06:00
Artur Mullakhmetov
6db4996f4c
Add acl commands -format option to doc.
2020-03-26 19:05:11 +03:00
Cody De Arkland
c9601fefa1
updating enterprise documentation with additional clarity
...
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/namespaces/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/backups/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/namespaces/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/network-segments/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/read-scale/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/upgrades/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/upgrades/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/network-segments/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/read-scale/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/read-scale/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/read-scale/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/read-scale/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
Update website/source/docs/enterprise/redundancy/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
updating capitalization of namespaces
2020-03-24 21:49:47 -07:00
Iryna Shustava
6865d63df1
Add missing Helm docs ( #7492 )
2020-03-24 16:06:57 -07:00
Daniel Nephin
6eca5357cf
docs: Update config reference for log-file
2020-03-19 18:06:46 -04:00
Daniel Nephin
221aaa9651
Merge pull request #7458 from hashicorp/dnephin/small-doc-improvements
...
website/docs: small doc improvements to CLI reference
2020-03-17 18:35:44 -04:00
Hans Hasselberg
672db9bef6
docs: fix filenames ( #7453 )
2020-03-17 21:00:45 +01:00
Kim Ngo
9e8eb7896f
agent/xds: Update mesh gateway to use service router timeout ( #7444 )
...
* website/connect/proxy/envoy: specify timeout precedence for services behind mesh gateway
2020-03-17 14:50:14 -05:00
Daniel Nephin
02fe105ac0
website/docs: small doc improvements to CLI reference
...
Small improvements to the join docs.
The help text for `lock` says -try is deprecated and replaced with -timeout.
Update the docs to match.
2020-03-16 17:54:45 -04:00
Hans Hasselberg
90a234d242
docs: update website version ( #7456 )
2020-03-16 22:03:36 +01:00
Matt Keeler
ef944f6c3d
Update namespace docs for some new CLI commands ( #7435 )
...
Co-Authored-By: Hans Hasselberg <me@hans.io>
2020-03-16 09:42:39 -04:00
Charlie Jones
0fc91ca047
docs: fix typo in consul-template tutorial ( #7454 )
2020-03-16 14:04:28 +01:00
Daniel Nephin
44d9ad2e38
docs: fix some errors in upgrade-specific
...
Fix 2 broken links
Fix some gramatical errors
2020-03-10 14:20:18 -04:00
Matt Keeler
eb44ea335c
Update intention precedence table in the docs ( #7421 )
...
* Update intention precedence table in the docs
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2020-03-10 11:49:08 -04:00
Hans Hasselberg
f49144fcee
connect: support for envoy 1.13.1 and 1.12.3 ( #7380 )
...
* setup new envoy versions for CI
* bump version on the website too.
2020-03-10 11:04:46 +01:00
R.B. Boyer
a7fb26f50f
wan federation via mesh gateways ( #6884 )
...
This is like a Möbius strip of code due to the fact that low-level components (serf/memberlist) are connected to high-level components (the catalog and mesh-gateways) in a twisty maze of references which make it hard to dive into. With that in mind here's a high level summary of what you'll find in the patch:
There are several distinct chunks of code that are affected:
* new flags and config options for the server
* retry join WAN is slightly different
* retry join code is shared to discover primary mesh gateways from secondary datacenters
* because retry join logic runs in the *agent* and the results of that
operation for primary mesh gateways are needed in the *server* there are
some methods like `RefreshPrimaryGatewayFallbackAddresses` that must occur
at multiple layers of abstraction just to pass the data down to the right
layer.
* new cache type `FederationStateListMeshGatewaysName` for use in `proxycfg/xds` layers
* the function signature for RPC dialing picked up a new required field (the
node name of the destination)
* several new RPCs for manipulating a FederationState object:
`FederationState:{Apply,Get,List,ListMeshGateways}`
* 3 read-only internal APIs for debugging use to invoke those RPCs from curl
* raft and fsm changes to persist these FederationStates
* replication for FederationStates as they are canonically stored in the
Primary and replicated to the Secondaries.
* a special derivative of anti-entropy that runs in secondaries to snapshot
their local mesh gateway `CheckServiceNodes` and sync them into their upstream
FederationState in the primary (this works in conjunction with the
replication to distribute addresses for all mesh gateways in all DCs to all
other DCs)
* a "gateway locator" convenience object to make use of this data to choose
the addresses of gateways to use for any given RPC or gossip operation to a
remote DC. This gets data from the "retry join" logic in the agent and also
directly calls into the FSM.
* RPC (`:8300`) on the server sniffs the first byte of a new connection to
determine if it's actually doing native TLS. If so it checks the ALPN header
for protocol determination (just like how the existing system uses the
type-byte marker).
* 2 new kinds of protocols are exclusively decoded via this native TLS
mechanism: one for ferrying "packet" operations (udp-like) from the gossip
layer and one for "stream" operations (tcp-like). The packet operations
re-use sockets (using length-prefixing) to cut down on TLS re-negotiation
overhead.
* the server instances specially wrap the `memberlist.NetTransport` when running
with gateway federation enabled (in a `wanfed.Transport`). The general gist is
that if it tries to dial a node in the SAME datacenter (deduced by looking
at the suffix of the node name) there is no change. If dialing a DIFFERENT
datacenter it is wrapped up in a TLS+ALPN blob and sent through some mesh
gateways to eventually end up in a server's :8300 port.
* a new flag when launching a mesh gateway via `consul connect envoy` to
indicate that the servers are to be exposed. This sets a special service
meta when registering the gateway into the catalog.
* `proxycfg/xds` notice this metadata blob to activate additional watches for
the FederationState objects as well as the location of all of the consul
servers in that datacenter.
* `xds:` if the extra metadata is in place additional clusters are defined in a
DC to bulk sink all traffic to another DC's gateways. For the current
datacenter we listen on a wildcard name (`server.<dc>.consul`) that load
balances all servers as well as one mini-cluster per node
(`<node>.server.<dc>.consul`)
* the `consul tls cert create` command got a new flag (`-node`) to help create
an additional SAN in certs that can be used with this flavor of federation.
2020-03-09 15:59:02 -05:00
Freddy
da2639adf5
Update namespace docs for config entries ( #7420 )
2020-03-09 14:51:21 -06:00
Dane Harrigan
21cb30acc8
Update envoy.html.md.erb ( #7394 )
...
Minor typo
2020-03-09 13:58:29 -04:00
Noel Quiles
955f065d70
website:update middleman-hashicorp to 0.3.44 ( #7382 )
2020-03-09 14:41:58 +01:00
Hans Hasselberg
eb8bdc372e
docs: add docs for kv_max_value_size ( #7405 )
...
Apart from the added docs, the error messages are similar now and are
pointing to the corresponding options.
Fixes #6708 .
2020-03-09 11:13:40 +01:00
Kim Ngo
ab8a3b8044
agent/txn_endpoint: configure max txn request length ( #7388 )
...
configure max transaction size separately from kv limit
2020-03-05 15:42:37 -06:00
Freddy
9634076894
1.7 upgrade note ( #7397 )
...
The Session API in Consul 1.7.0 and 1.7.1 is incompatible with prior versions of Consul.
This PR adds a note to our version-specific upgrade guide to guard against users upgrading before the fix in 1.7.2 is released.
2020-03-05 13:04:04 -07:00
John Cowen
1f1c347f34
docs: Add that `response_headers` also affects the UI ( #7376 )
2020-03-05 12:06:35 +00:00
Alvin Huang
460b31771b
update envoy doc notes ( #7389 )
2020-03-04 14:59:30 -05:00
steven jacobs
7ee0ff8743
docs:add documentation for Linode cloud auto-join ( #6719 )
...
The go-discover library supports Linode. This adds support for
discovering other Consul agents running on Linode. Consul has supported
this since [66b8c20][1] was merged, so this commit just updates the
documentation to match current features.
[1]: 66b8c20990
2020-02-27 06:51:21 -05:00
Blake Covarrubias
65ae050fcc
Update Consul version on website to 1.7.1
2020-02-23 14:04:20 -08:00
Luke Kysow
c3f7e7d690
Merge pull request #7207 from hashicorp/namespace-k8s-docs
...
Docs for consul-k8s namespaces support
2020-02-21 14:05:38 -07:00
Luke Kysow
72f467902c
Docs for Consul namespaces in kube
2020-02-20 14:27:09 -07:00
Jono Sosulska
03f327ce90
Merge pull request #7304 from hashicorp/docs/anti-entropy
...
Added links to Anti-entropy guide + catalog
2020-02-20 11:16:13 -05:00
Hans Hasselberg
322367d476
tls: support tls 1.3 ( #7325 )
2020-02-19 23:22:31 +01:00
kaitlincarter-hc
34b812642e
docs: adding new guide for namespaces and service discovery ( #6788 )
2020-02-18 18:34:21 +01:00
kaitlincarter-hc
0d96039426
docs: setup secure namespaces ( #6789 )
...
* Adding new guide for namespaces and ACLs
* Update website/source/docs/guides/secure-namespaces.html.md
Co-Authored-By: Blake Covarrubias <bcovarrubias@hashicorp.com>
Co-authored-by: Hans Hasselberg <me@hans.io>
Co-authored-by: Blake Covarrubias <blake.covarrubias@gmail.com>
2020-02-18 18:33:35 +01:00
Mishin Nickolay
4ced7aa0e4
docs: add note bout change case in config files to specific version upgrade notes ( #6870 ) ( #6878 )
2020-02-18 14:32:07 +01:00
Tom Downes
2b54237e33
docs: add documentation for enabling reverse DNS lookup with systemd-resolved ( #6731 )
...
* Remove trailing whitespace in DNS forwarding guide.
* Add example for enabling reverse lookup of IP addrseses to .consul domain on systemd-resolved platforms
2020-02-18 14:16:12 +01:00
Mr.gao
0a239e49db
docs: update libraries-and-sdks.html.md ( #6745 )
...
python-consul maintainer gone, this is my version you want to add to the recommended
2020-02-18 14:08:57 +01:00
Aleksey Stepanenko
e84b7904bf
docs: update connection for the openstack provider ( #6776 )
...
The option `username` does not work. Need to use user_name with underscore
> Authentication failed: Exactly one of Username and UserID must be provided for password authentication
The option `user_name` works, however, it's need to use `region`, `domain_name` in additional.
2020-02-18 14:06:34 +01:00
jsosulska
738f23c0d1
Added links to Anti-entropy guide + catalog
2020-02-14 09:27:37 -05:00
Hans Hasselberg
0cdc75a6e3
website: put a note on the website re vault with 1.7.0 and 1.6.3 ( #7295 )
2020-02-13 20:42:36 +01:00
Christoph Puhl
9944096d66
Adjust formula for quorum size ( #7286 )
...
Current formula for quorum size does not match numbers in table below.
2020-02-13 15:57:38 +00:00
Hans Hasselberg
0d043f045b
config: increase http_max_conns_per_client default to 200 ( #7289 )
2020-02-13 16:27:33 +01:00
Hans Hasselberg
d1a550c85a
docs: correct envoy versions ( #7266 )
2020-02-11 23:18:09 +01:00
David Yu
424ed35fd2
Merge pull request #7263 from hashicorp/david-yu-patch-2
...
1.7.0 Namespaces Learn Guides
2020-02-11 11:56:59 -08:00
Judith Malnick
204ab2fb9a
docs: add f5 guide text ( #6493 )
2020-02-11 20:39:44 +01:00
Judith Malnick
564de1e536
docs: add splitting guide ( #6597 )
...
* add splitting guide, originially adapted from nic's blog and drafted on learn
2020-02-11 20:39:08 +01:00
David Yu
4653c82bf6
1.7.0 Namespaces Learn Guides
...
Attaching learn guides associated with Namespaces release
2020-02-11 11:31:47 -08:00
Matt Keeler
e82b3d8747
Merge branch 'master' of github.com:hashicorp/consul
2020-02-11 11:54:58 -05:00
hashicorp-ci
62ddc1a69d
Release v1.7.0
2020-02-11 15:19:16 +00:00
Nuno Adrego
f8c5e2a898
docs: changed the return value from null to empty JSON list, when a session does not exist ( #7232 )
2020-02-11 11:03:28 +01:00
Nicole Forrester
ea2109a60d
website: bump middleman version ( #7254 )
2020-02-11 10:59:14 +01:00
Blake Covarrubias
1c88dc15ef
docs: document format for TTL values in Consul config ( #6693 )
2020-02-11 10:47:21 +01:00
kaitlincarter-hc
698aa3e69f
docs: adding note to ACL rules page for intentions. ( #6569 )
2020-02-11 10:28:48 +01:00
Blake Covarrubias
c4fbc030ba
Fix broken link to consul-aws guide on Learn
2020-02-10 12:25:54 -08:00
Hans Hasselberg
4ae725cab2
add envoy version 1.12.2 and 1.13.0 to the matrix ( #7240 )
...
* add 1.12.2
* add envoy 1.13.0
* Introduce -envoy-version to get 1.10.0 passing.
* update old version and fix consul-exec case
* add envoy_version and fix check
* Update Envoy CLI tests to account for the 1.13 compatibility changes.
Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com>
2020-02-10 14:53:04 -05:00