Karl Cardenas
64048497cf
docs: fixed numbering of license bullets and corrected indent
2021-09-02 09:28:36 -07:00
Kevin Wang
40c5ba7afb
fix(website): `start` script reloads app on save ( #10973 )
2021-09-02 09:43:15 -04:00
Amos Shapira
9870c8dc0f
docs: Add missing "is" on core security models ( #10975 )
...
Add missing "is" in description of `auto_encrypt.tls` parameter on
core security models page.
2021-09-01 22:07:20 -07:00
mrspanishviking
2f44d0b197
Merge pull request #10974 from hashicorp/nia-docs
...
docs: link to the enterprise license tutorial
2021-09-01 16:25:57 -07:00
Karl Cardenas
a5a529983f
docs: link to the enterprise license tutorial
2021-09-01 15:59:12 -07:00
lornasong
6ee3c63c71
nia/docs 0.3.0 ( #10930 )
...
Co-authored-by: Kim Ngo <6362111+findkim@users.noreply.github.com>
Co-authored-by: Melissa Kam <mkam@hashicorp.com>
Co-authored-by: Michael Wilkerson <mwilkerson@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2021-09-01 13:45:36 -05:00
mrspanishviking
2b10d61bce
github: added CODEOWNERS to automatically request tech writer review ( #10962 )
...
* github: update CODEOWNERS to point to the @hashicorp/consul-docs group
2021-09-01 14:02:06 -04:00
Dhia Ayachi
09197c989c
add partition to SNI when partition is non default ( #10917 )
2021-09-01 10:35:39 -04:00
Freddy
3254308fd3
Update audit logging example ( #10966 )
...
* Update audit-logging.mdx
2021-08-31 16:04:47 -06:00
Freddy
8d83d27674
connect: update envoy supported versions to latest patch release
...
(#10961 )
Relevant advisory:
https://github.com/envoyproxy/envoy/security/advisories/GHSA-6g4j-5vrw-2m8h
2021-08-31 10:39:18 -06:00
Paul Ewing
1a45e96307
Revert early out errors in license API ( #10952 )
...
Licensing recently changed in Consul v1.10 and along with those changes
the client API was updated such that PutLicense and ResetLicense both
immediately return an error to avoid an unecessary round trip that will
inevitably fail.
For reference, see: 08eb600ee5
Unfortunately, this change broke forward compatibility such that a v1.10
client can no longer make these requests to a v1.9 server which is a
valid use case.
This commit reintroduces these requests to fix this compatibility
breakage but leaves the deprecation notices in tact.
2021-08-31 10:36:35 -06:00
trujillo-adam
ea451971d4
Merge pull request #10892 from hashicorp/docs-tables-service-discovery-services
...
Reformatting service discovery parameters into tables
2021-08-30 15:20:42 -07:00
trujillo-adam
ebaa331cc9
missed typo
2021-08-30 14:50:55 -07:00
trujillo-adam
28e11d350d
applying @blake 's feedback
2021-08-30 14:49:32 -07:00
Daniel Nephin
7dc0142033
Merge pull request #10957 from hashicorp/dnephin/dev-docs
...
Move ./contributing to ./docs
2021-08-30 16:19:35 -04:00
Daniel Nephin
75c9c5f968
Move contributing to docs
...
So that this documentation is more appropriated named.
2021-08-30 16:17:09 -04:00
Daniel Nephin
63c07c916a
Merge pull request #10956 from hashicorp/dnephin/update-contrib
...
Update contributing guide
2021-08-30 16:16:27 -04:00
Daniel Nephin
f203689d92
Update contributing guide
...
* Replace the mailing list link with Discuss. The mailing list has not been used for a few years.
* 'make format' no longer exists, so replace it with 'gofmt'
* Remove the instructions about running all tests locally, and debugging flakes.
* Update note about vendoring of dependencies.
* Add link to developer docs.
2021-08-30 14:57:30 -04:00
Daniel Nephin
e1ad164707
Merge pull request #10891 from hashicorp/dnephin/docs-remove-old-overview
...
docs: move the remaining INTERNALS.md content
2021-08-30 14:22:10 -04:00
mrspanishviking
222ce6b621
Merge pull request #10912 from hashicorp/auto_config
...
docs: added information about a conflict when using auto_config and a…
2021-08-30 08:32:32 -07:00
Karl Cardenas
2c861a4f4e
docs: fixed identation of warning components
2021-08-30 07:12:30 -07:00
Evan Culver
36c4c0f0e3
changelog: add entries for 1.10.2, 1.9.9 and 1.8.15 ( #10953 )
...
* changelog: add entries for 1.10.2, 1.9.9 and 1.8.15
* changelog: reorder entries for 1.9.9 and 1.8.15
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
2021-08-30 09:15:09 -04:00
Dhia Ayachi
fe8b3dfccf
add partition flag to catalog commands ( #10949 )
...
* add partition flag to catalog commands
* add missing files
2021-08-27 16:34:45 -04:00
Dustin Clifford
c9ff4bfac8
docs: Bad External VM Example ( #10943 )
...
Adds a missing `\` for continuation in the example command for
connecting an external VM client outside of Kubernetes to the Consul
server cluster.
2021-08-27 11:38:55 -07:00
Pamela Bortnick
80452fc201
Fix "Try HCP Consul" utm_source on consul.io ( #10947 )
...
* Change utm source to consul_io
* revert package-lock
2021-08-27 13:29:05 -04:00
mrspanishviking
763e720ffe
Apply suggestions from code review
...
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2021-08-27 07:41:11 -07:00
Luke Kysow
dda8efc612
Update helm reference ( #10939 )
...
* Update helm reference
* Fix docs issue breaking build
* Remove keys that aren't yet in the release
2021-08-26 17:58:59 -07:00
Freddy
d2e50fd130
Sync partitions support in api module ( #10938 )
2021-08-26 18:40:34 -06:00
Evan Culver
79c7e73618
rpc: authorize raft requests ( #10925 )
2021-08-26 15:04:32 -07:00
hc-github-team-consul-core
cd3333ad6a
auto-updated agent/uiserver/bindata_assetfs.go from commit eeeb91bea
2021-08-26 18:13:08 +00:00
Kenia
eeeb91beaa
ui: Hide all metrics for ingress gateway services ( #10858 )
2021-08-26 14:08:31 -04:00
Chris S. Kim
1a9b2f09dd
ent->oss test fix ( #10926 )
2021-08-26 14:06:49 -04:00
hc-github-team-consul-core
2d66c4ea13
auto-updated agent/uiserver/bindata_assetfs.go from commit a907e1d87
2021-08-26 18:02:18 +00:00
Kenia
a907e1d879
ui: Add support in Topology view for Routing Configurations ( #10872 )
2021-08-26 13:58:06 -04:00
Pamela Bortnick
9fc701cd0b
Update social share image ( #10920 )
...
* Update social share image
* Update image for social share
2021-08-26 12:32:57 -04:00
hc-github-team-consul-core
a163051dbb
auto-updated agent/uiserver/bindata_assetfs.go from commit a0b0ed2bc
2021-08-26 16:06:09 +00:00
John Cowen
a0b0ed2bca
ui: [BUGFIX] Add missing `@` to fix missing non-subset Failovers ( #10913 )
...
This commit fixes a problem where parent Failovers where not showing (subset children were fine).
Seems to have been introduced with a move/glimmer upgrade here #9154 so I'm adding a 1.9.x backport.
2021-08-26 17:01:26 +01:00
Freddy
4c3405769d
Merge pull request #10911 from hashicorp/areas/update
2021-08-26 09:30:51 -06:00
Karl Cardenas
b4f47383fa
docs: added information about a conflict when using auto_config and auto_encrypt
2021-08-25 21:25:18 -07:00
freddygv
32c4a65424
Add changelog entry
2021-08-25 19:46:21 -06:00
freddygv
a78390a30b
Update yamux
2021-08-25 19:46:12 -06:00
sridhar
0081443567
Merge pull request #10673 from hashicorp/srikrishmurthy-patch-1
...
Updated a note in the ingress-gateway YAML that the ingress gateway name must match with what's configured in the helm chart
2021-08-25 17:35:00 -07:00
Chris S. Kim
45dcc8b553
api: expose upstream routing configurations in topology view ( #10811 )
...
Some users are defining routing configurations that do not have associated services. This commit surfaces these configs in the topology visualization. Also fixes a minor internal bug with non-transparent proxy upstream/downstream references.
2021-08-25 15:20:32 -04:00
R.B. Boyer
a6d22efb49
acl: some acl authz refactors for nodes ( #10909 )
2021-08-25 13:43:11 -05:00
hc-github-team-consul-core
11b1dc1f97
auto-updated agent/uiserver/bindata_assetfs.go from commit a777b0a9b
2021-08-25 13:46:51 +00:00
Kenia
a777b0a9ba
ui: Disabling policy form fields from users with 'read' permissions ( #10902 )
2021-08-25 09:42:05 -04:00
hc-github-team-consul-core
5e31421602
auto-updated agent/uiserver/bindata_assetfs.go from commit 8192dde48
2021-08-25 11:39:14 +00:00
John Cowen
8192dde485
ui: Unskip auth-method serializer test ( #10878 )
...
During #9617 we added a list view only for AuthMethods, but not a detail view. We did add the Adapter/Serializer that collected/reshaped data for a detail view.
The test for this serializer was skipped here, but I'm not sure why.
We then added #9845 which began to use this AuthMethod Serializer, but we didn't go back to finish up the skipped test here either.
This PR unskips this test and finishes off the test correctly.
2021-08-25 12:34:48 +01:00
R.B. Boyer
5b6d96d27d
grpc: ensure that streaming gRPC requests work over mesh gateway based wan federation ( #10838 )
...
Fixes #10796
2021-08-24 16:28:44 -05:00
trujillo-adam
e197fff45c
removed merge conflict chars
2021-08-24 12:05:01 -07:00