John Cowen
fbd078616c
ui: Only show optimistic details in Ent ( #12788 )
2022-04-14 16:58:19 +01:00
Dan Upton
325c1c0dd7
ConnectCA.Sign gRPC Endpoint ( #12787 )
...
Introduces a gRPC endpoint for signing Connect leaf certificates. It's also
the first of the public gRPC endpoints to perform leader-forwarding, so
establishes the pattern of forwarding over the multiplexed internal RPC port.
2022-04-14 14:26:14 +01:00
Matt Siegel
7d26e7cc96
Merge pull request #12782 from hashicorp/FFMMM-patch-1
...
Update latest version on website to 1.11.5
2022-04-14 09:12:15 -04:00
FFMMM
d603af774d
Update latest version on website to 1.11.5
...
Per the latest release
2022-04-13 17:38:31 -07:00
Kyle Havlovitz
2cdd80d580
Merge pull request #12780 from hashicorp/oss-expanded-token-fix
...
oss: Fix namespace default field names in expanded token output
2022-04-13 17:35:01 -07:00
Kyle Havlovitz
3e88f579fc
Fix namespace default field names in expanded token output
2022-04-13 16:46:39 -07:00
Paul Glass
99f373dde4
acl: Adjust region handling in AWS IAM auth method ( #12774 )
...
* acl: Adjust region handling in AWS IAM auth method
2022-04-13 14:31:37 -05:00
Mark Anderson
e1f0a824c7
Merge pull request #12736 from hashicorp/ma/update_vault_version
...
Update vault to 1.9.4
2022-04-13 10:01:27 -07:00
Eric Haberkorn
8d966edfbb
Merge pull request #12773 from hashicorp/fix-lambda-intentions-and-routing
...
Implement Routing and Intentions for Lambdas
2022-04-13 13:01:15 -04:00
Eric
b01bb41553
Implement routing and intentions for AWS Lambdas
2022-04-13 11:45:25 -04:00
John Murret
68ccf93b8d
Setting DOCKER_DEFAULT_PLATFORM in make dev-docker so arm64 can build an amd64 containerwith and amd64 binary. ( #12769 )
2022-04-13 10:24:35 -05:00
Dhia Ayachi
30c42f2b28
add changelog for enterprise bug fix ( #12772 )
2022-04-13 10:42:32 -04:00
John Cowen
aad5359491
ui: Show read-replica health status ( #12758 )
2022-04-13 10:34:09 +01:00
John Cowen
4c8c163a48
ui: Don't automatically move rz read-replicas out of the rz ( #12740 )
2022-04-13 10:33:31 +01:00
Dhia Ayachi
032f64469c
add changelog for enterprise fix ( #12761 )
2022-04-12 16:01:35 -04:00
Karl Cardenas
43b548d4c1
Merge pull request #12562 from hashicorp/docs/blake-agent-config
...
docs: Agent configuration hierarchy reorganization
2022-04-12 12:33:42 -07:00
FFMMM
59c25cf891
add docs for new labels ( #12757 )
2022-04-12 11:53:30 -07:00
R.B. Boyer
8beaca4e01
deps: update to latest go-discover ( #12739 )
...
Fixes #11253
$ go mod why -m github.com/dgrijalva/jwt-go
# github.com/dgrijalva/jwt-go
(main module does not need module github.com/dgrijalva/jwt-go)
$ go mod why -m github.com/form3tech-oss/jwt-go
# github.com/form3tech-oss/jwt-go
github.com/hashicorp/consul/agent
github.com/hashicorp/go-discover
github.com/hashicorp/go-discover/provider/azure
github.com/Azure/go-autorest/autorest
github.com/Azure/go-autorest/autorest/adal
github.com/form3tech-oss/jwt-go
2022-04-12 13:41:12 -05:00
FFMMM
a46bbe892d
add more labels to RequestRecorder ( #12727 )
...
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
Signed-off-by: FFMMM <FFMMM@users.noreply.github.com>
2022-04-12 10:50:25 -07:00
John Murret
1006c8a94b
Correcting an uncapitalized word setup at the beginning of titles to be capitalized in vault section. ( #12759 )
2022-04-12 09:44:41 -07:00
Matt Keeler
8bad5105b7
Move to using a shared EventPublisher ( #12673 )
...
Previously we had 1 EventPublisher per state.Store. When a state store was closed/abandoned such as during a consul snapshot restore, this had the behavior of force closing subscriptions for that topic and evicting event snapshots from the cache.
The intention of this commit is to keep all that behavior. To that end, the shared EventPublisher now supports the ability to refresh a topic. That will perform the force close + eviction. The FSM upon abandoning the previous state.Store will call RefreshTopic for all the topics with events generated by the state.Store.
2022-04-12 09:47:42 -04:00
John Cowen
a148ae660f
ui: Adds licensing overview tab ( #12706 )
...
* Add some utilities/helpers to temporal for formatting etc
* Enable the licensing tab
* Add licensing page
* Add CSS for licensing page
* Fixup typo
* Remove box shadow from panel
2022-04-12 09:56:54 +01:00
Blake Covarrubias
891e086cde
Remove .html extensions from docs URLs
2022-04-11 17:38:49 -07:00
Natalie Smith
0a310188f8
docs: fix yet more references to agent/options
2022-04-11 17:38:49 -07:00
Natalie Smith
0a51e145c1
docs: simplify agent docs slugs
2022-04-11 17:38:47 -07:00
Natalie Smith
0fcdddcd46
docs: pr feedback
2022-04-11 17:38:17 -07:00
Natalie Smith
1d8e89425e
chore: rebase updates
2022-04-11 17:38:17 -07:00
Natalie Smith
ddae7d18a2
docs: fix external links to agent config pages
2022-04-11 17:38:11 -07:00
Natalie Smith
83f9879b2d
docs: fix agent config links
2022-04-11 16:07:09 -07:00
Natalie Smith
4d4c760190
docs: arrange agent configuration file parameters into logical groups
2022-04-11 16:06:54 -07:00
Blake Covarrubias
f4c03d2340
docs: move configuration files content from agent/config/index to agent/config/agent-config-files
2022-04-11 16:06:20 -07:00
Blake Covarrubias
c5220fd184
docs: move cli content from agent/config/index to agent/config/agent-config-cli
...
And add sections for logical groupings of options
2022-04-11 16:05:48 -07:00
Blake Covarrubias
caf34daa39
docs: move agent/options.mdx into agent/config/index.mdx and add placeholder .mdx files for cli/files
...
Also update nav data
2022-04-11 16:05:21 -07:00
David Yu
e1db4c04d8
redirect.js: fixing redirect to new compatibility matrix for k8s ( #12755 )
2022-04-11 15:45:18 -07:00
David Yu
3f9b31effe
website: redirect change consul k8s compatibility matrix link ( #12751 )
2022-04-11 13:51:21 -07:00
R.B. Boyer
c24df50476
ci: upsize many slow-running circleci builds ( #12742 )
2022-04-11 14:40:57 -05:00
David Yu
140e4f5578
docs: Upgrade Consul K8s update link to combat matrix ( #12744 )
2022-04-11 11:41:35 -07:00
R.B. Boyer
9fb8616bac
fix broken test ( #12741 )
2022-04-11 10:56:57 -05:00
R.B. Boyer
231e5b61e7
test: use docker buildkit backend for envoy integration tests ( #12726 )
2022-04-11 10:49:44 -05:00
John Cowen
e62275642b
ui: Add more explanatory texts for empty states ( #12354 )
...
* ui: Add more explanatory texts for empty states
* Change all template "Read the guide"s
* Add missing htmlSafe
* Remove the stuff I commented out to try and grok the hairy rebase
* Changelog
* More rebased yaml weirdness plus added node:read
2022-04-11 12:49:59 +01:00
Mark Anderson
b1edc7b112
Update vault to 1.9.4
...
Vault hasn't been updated for a while, and we should be testing
against a newer version. I'd update to 1.10.0, but we would run afoul
of https://github.com/hashicorp/vault/issues/14863 . We should update
to 1.10.1 as soon as it comes our, or better yet move to using latest.
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-04-08 15:33:45 -07:00
Jared Kirschner
1d817f683a
Merge pull request #12725 from hashicorp/clarify-service-deregister-after-critical-message
...
improve error msg for deregister critical service
2022-04-07 18:01:54 -04:00
R.B. Boyer
25ba9c147a
xds: ensure that all connect timeout configs can apply equally to tproxy direct dial connections ( #12711 )
...
Just like standard upstreams the order of applicability in descending precedence:
1. caller's `service-defaults` upstream override for destination
2. caller's `service-defaults` upstream defaults
3. destination's `service-resolver` ConnectTimeout
4. system default of 5s
Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>
2022-04-07 16:58:21 -05:00
Jared Kirschner
c4534bc53d
improve error msg for deregister critical service
...
If a service is automatically registered because it has a critical health check
for longer than deregister_critical_service_after, the error message will now
include:
- mention of the deregister_critical_service_after option
- the value of deregister_critical_service_after for that check
2022-04-07 14:50:02 -07:00
John Murret
62476e25fb
docs: Updating Gossip EncryptionKey Rotation page with Vault use case ( #12720 )
...
* docs: Updating Gossip EncryptionKey Rotation page with Vault use case
* Adding a note to the vault instructions linking to the gossip key encryption using Vault page.
* Correcting Vault guide for storing the rotated gossip key.
* adding $ to shell sessions where it is missing on the gossip rotation page
* adding $ to more shell sessions where it is missing on the gossip rotation page
2022-04-07 13:41:42 -06:00
Chris Thain
1502936c12
Consul on ECS 0.4.0 ( #12694 )
...
Update website docs for Consul on ECS 0.4.0
2022-04-07 11:43:12 -07:00
FFMMM
bf2364590e
add changelog for rpc metric improv project ( #12709 )
...
Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
2022-04-07 11:35:06 -07:00
Kyle Havlovitz
9780b672da
Merge pull request #12685 from hashicorp/http-check-redirect-option
...
Add a field to disable following redirects on http checks
2022-04-07 11:29:27 -07:00
John Murret
fd08b6aaf6
Update k8s docs for Vault as a Secrets Backend ( #12691 )
...
* Updating k8s Vault as a Secrets Backend docs
* Moving files in data-integration folder
* Updating routes to moved files
* Removing known limitations since we have delivered them.
* Revise overview page to point towards the System Integration and Data Integration pages.
* Updating Systems Overview page
* Making corrections to Overview and Systems Integration page
* Updating Data Integration page
* Gossip page
* Enterprise Licensepage
* Bootstrap Token
* Replication Token
* Revisions to bootrap, replication, and enterprise license
* snapshot agent page. revisiions to other data integration pages
* Consul Service Mesh TLS Provider page
* ServerTLS page
* Spelling, grammar errors
* Update website/content/docs/k8s/installation/vault/index.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/index.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/server-tls.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/connect-ca.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/gossip.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/snapshot-agent-config.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/bootstrap-token.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/connect-ca.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/enterprise-license.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/replication-token.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/data-integration/replication-token.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Updating data center to datacenter
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* interim changes
* more formatting changes
* adding additional formatting changes
* more formatting on systems integration page
* remove TODO
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* Update website/content/docs/k8s/installation/vault/index.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/index.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Update website/content/docs/k8s/installation/vault/systems-integration.mdx
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
* Adding partition token
* removing dangling word
* Adding missing navlink for partitions page
* Adding VAULT_TOKEN documentation and a note to VAULT_ADDR about https and the possible need for the VAULT_CACERT.
* Fixing broken links and ordering lists
* Fixing broken links. Changing pre-requisites to prerequisites.
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
2022-04-07 12:16:24 -06:00
R.B. Boyer
8b527889ec
ci: run envoy integration tests on a real machine ( #12715 )
2022-04-07 11:25:10 -05:00