Daniel Nephin
bec7664b2f
api: remove the test for TestAPI_RulesTranslate_Raw
...
The API endpoint was removed in a previous commit, so we can no longer test this deprecated method.
2021-10-05 18:56:27 -04:00
Daniel Nephin
51e498717f
docs: add notice that legacy ACLs have been removed.
...
Add changelog
Also remove a metric that is no longer emitted that was missed in a
previous step.
2021-10-05 18:30:22 -04:00
Daniel Nephin
577f2649bf
acl: remove unused translate rules endpoint
...
The CLI command does not use this endpoint, so we can remove it. It was missed in an
earlier pass.
2021-10-05 18:26:05 -04:00
R.B. Boyer
c856089d2a
add changelog entry for enterprise fix ( #11226 )
2021-10-05 14:44:53 -05:00
Evan Culver
7d99b75005
Merge pull request #11205 from jmgilman/libraries-and-sdks
...
Adds consulrs Rust client library to SDK list
2021-10-05 20:58:05 +02:00
Connor Kelly
f9ba7c39b5
Add changelog, website and metric docs
...
Add changelog to document what changed.
Add entry to telemetry section of the website to document what changed
Add docs to the usagemetric endpoint to help document the metrics in code
2021-10-05 13:34:24 -05:00
Bryce Kalow
08667d01a5
website: upgrades dependencies ( #11178 )
2021-10-05 13:32:41 -05:00
Daniel Nephin
a2e5db40b9
api-docs: remove duplicate acl-legacy page
...
Redirect the url to the copy that is part of the left nav.
2021-10-05 14:01:31 -04:00
Melissa Kam
ebc9db5923
docs/nia: Clarify that all TFC tiers are supported
2021-10-05 10:09:47 -05:00
Joshua Montgomery
5446009299
Fixing SOA record to use alt domain when alt domain in use ( #10431 )
2021-10-05 10:47:27 -04:00
Melissa Kam
650340d9f5
Merge pull request #11209 from hashicorp/cts-beta-removal
...
nia/docs: Remove references to v0.4.0-beta
2021-10-05 09:20:55 -05:00
tarat44
35faff55f8
fix test
2021-10-05 00:48:09 -04:00
tarat44
6a9d26cf6b
fix protos
2021-10-05 00:41:27 -04:00
tarat44
3edacd5ad7
fix protos
2021-10-05 00:35:56 -04:00
tarat44
1c1405552a
fix formatting
2021-10-05 00:15:04 -04:00
tarat44
e46b41d04d
fix formatting
2021-10-05 00:12:23 -04:00
tarat44
f8b47cdfcd
change config option to H2PingUseTLS
2021-10-05 00:12:21 -04:00
tarat44
e09769988b
remove trailing comma from example in docs
2021-10-04 22:51:15 -04:00
tarat44
ed4ca3db49
add support for h2c in h2 ping health checks
2021-10-04 22:51:08 -04:00
trujillo-adam
6b0b6a7445
Merge pull request #11214 from hashicorp/docs-k8s-cli-add-version-command
...
added version flag to consul-k8s cli docs
2021-10-04 18:51:23 -07:00
trujillo-adam
aa82a43759
fixed command in install section
2021-10-04 18:45:57 -07:00
trujillo-adam
0efa13406e
added version flag to consul-k8s cli docs
2021-10-04 16:05:32 -07:00
Daniel Nephin
e03b7e4c68
Merge pull request #11182 from hashicorp/dnephin/acl-legacy-remove-upgrade
...
acl: remove upgrade from legacy, start in non-legacy mode
2021-10-04 17:25:39 -04:00
Evan Culver
e47c5c5ceb
Merge pull request #11118 from hashicorp/eculver/remove-envoy-1.15
...
Remove support for Envoy 1.15
2021-10-04 23:14:24 +02:00
Evan Culver
d279c60010
Merge pull request #11115 from hashicorp/eculver/envoy-1.19.1
...
Add support for Envoy 1.19.1
2021-10-04 23:13:26 +02:00
Daniel Nephin
b9f0014d70
acl: remove updateEnterpriseSerfTags
...
The only remaining caller is a test helper, and the tests don't use the enterprise gossip
pools.
2021-10-04 17:01:51 -04:00
Daniel Nephin
5ac360b22d
Merge pull request #11126 from hashicorp/dnephin/acl-legacy-remove-resolve-and-get-policy
...
acl: remove ACL.GetPolicy RPC endpoint and ACLResolver.resolveTokenLegacy
2021-10-04 16:29:51 -04:00
Daniel Nephin
a18d298c6b
Merge pull request #11210 from hashicorp/dnephin/fix-raft-authz-error
...
rpc: include error for AuthorizeServerConn failures
2021-10-04 16:18:57 -04:00
Connor Kelly
ed5693b537
Add metrics to count the number of service-mesh config entries
2021-10-04 14:50:17 -05:00
Connor Kelly
9c487389cf
Add metrics to count connect native service mesh instances
...
This will add the counts of the service mesh instances tagged by
whether or not it is connect native
2021-10-04 14:37:05 -05:00
Connor Kelly
8000ea45ca
Add metrics to count service mesh Kind instance counts
...
This will add the counts of service mesh instances tagged by the
different ServiceKind's.
2021-10-04 14:36:59 -05:00
Daniel Nephin
24df1392b3
rpc: include error for AuthorizeServerConn failures
...
The errs were not being captured because the value of append was not being assigned.
2021-10-04 13:22:30 -04:00
Melissa Kam
98c900df0f
nia/docs: Remove references to v0.4.0-beta
2021-10-04 12:07:46 -05:00
Melissa Kam
2933d1510d
Merge pull request #11135 from hashicorp/cts-service-tag
...
nia/docs: Remove deprecated tag option from service config
2021-10-04 11:55:48 -05:00
Melissa Kam
ca77c67122
nia/docs: Remove deprecated tag option from service config
2021-10-04 11:51:21 -05:00
Kim Ngo
a7fa7f40a0
CTS: add TLS config for TFE connection ( #11166 )
...
Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>
2021-10-04 10:24:41 -05:00
Joshua Gilman
ab7d6c2670
Adds consulrs Rust client library to SDK list
2021-10-01 19:29:31 -07:00
Daniel Nephin
b6435259c3
acl: fix test failures caused by remocving legacy ACLs
...
This commit two test failures:
1. Remove check for "in legacy ACL mode", the actual upgrade will be removed in a following commit.
2. Remove the early WaitForLeader in dc2, because with it the test was
failing with ACL not found.
2021-10-01 18:03:10 -04:00
Evan Culver
e74ce0fb2e
Add 1.15 versions to too old list
2021-10-01 11:28:26 -07:00
Evan Culver
152b7b1f27
Merge branch 'eculver/envoy-1.19.1' into eculver/remove-envoy-1.15
2021-10-01 11:26:52 -07:00
Evan Culver
9b7ada45b6
Update default version in command docs
2021-10-01 11:13:34 -07:00
Chris S. Kim
3c8ca0dbd2
agent: Reject partitions in legacy intention endpoints ( #11181 )
2021-10-01 13:18:57 -04:00
Chris S. Kim
bf94949d48
Support partitions in parseIntentionStringComponent ( #11202 )
2021-10-01 12:36:12 -04:00
Dhia Ayachi
8bd52995d1
fix token list by auth method ( #11196 )
...
* add tests to OIDC authmethod and fix entMeta when retrieving auth-methods
* fix oss compilation error
2021-10-01 12:00:43 -04:00
John Cowen
1b9586b65e
ui: Address some Admin Partition FIXMEs ( #11057 )
...
This commit addresses some left over admin partition FIXMEs
1. Adds Partition correctly to Service Instances
2. Converts non-important 'we can do this later' FIXMEs to TODOs
3. Removes some FIXMEs that I've double checked and addressed.
Most of the remaining FIXMEs I'm waiting on responses to questions from
the consul core folks for. I'll address those in a separate PR.
2021-10-01 11:07:58 +01:00
trujillo-adam
a6a73bc027
Merge pull request #11185 from hashicorp/docs-improve-agent-overview
...
providing additional information about the Consul agent
2021-09-30 15:57:20 -07:00
trujillo-adam
da59ffd660
applied feedback, moved the Lifecycle info to the front
2021-09-30 11:41:37 -07:00
Evan Culver
4cdcaf3658
Merge branch 'eculver/envoy-1.19.1' into eculver/remove-envoy-1.15
2021-09-30 11:32:28 -07:00
Evan Culver
7b157bba4e
regenerate more envoy golden files
2021-09-30 10:57:47 -07:00
Kenia
41ae63c2d2
ui: Use of header default ACL policy ( #11192 )
...
* Use of header default ACL policy
* Update test for dc serializer
2021-09-30 13:01:48 -04:00