Chris S. Kim
3f736467e6
ui: Pass primary dc through to uiserver ( #11317 )
...
Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
2021-10-26 10:30:17 -04:00
Daniel Nephin
f24bad2a52
Merge pull request #11232 from hashicorp/dnephin/acl-legacy-remove-docs
...
acl: add docs and changelog for the removal of the legacy ACL system
2021-10-25 18:38:00 -04:00
David Yu
e184ccc8e0
docs: Move consul-k8s architecture docs to Overview ( #11414 )
...
* docs: Move consul-k8s architecture docs to Overview
2021-10-25 15:33:41 -07:00
Daniel Nephin
376342aa3f
Merge pull request #11184 from hashicorp/dnephin/acl-legacy-remove-state-store
...
acl: remove legacy type constants, and remove state store support for setting legacy ACLs
2021-10-25 17:46:59 -04:00
Daniel Nephin
6256633120
Merge pull request #11183 from hashicorp/dnephin/acl-legacy-remove-struct
...
acl: remove the remaining parts of structs/acl_legacy.go
2021-10-25 17:44:39 -04:00
Daniel Nephin
f7cdd210fe
Update agent/consul/acl_client.go
...
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2021-10-25 17:25:14 -04:00
Daniel Nephin
732b841dd7
state: remove support for updating legacy ACL tokens
2021-10-25 17:25:14 -04:00
Daniel Nephin
76b007dacd
acl: remove init check for legacy anon token
...
This token should always already be migrated from a previous version.
2021-10-25 17:25:14 -04:00
Daniel Nephin
8ae6ee4e36
acl: remove legacy parameter to ACLDatacenter
...
It is no longer used now that legacy ACLs have been removed.
2021-10-25 17:25:14 -04:00
Daniel Nephin
d778113773
acl: remove ACLTokenTypeManagement
2021-10-25 17:25:14 -04:00
Daniel Nephin
2f0eba1980
acl: remove ACLTokenTypeClient,
...
along with the last test referencing it.
2021-10-25 17:25:14 -04:00
Daniel Nephin
88c6aeea34
acl: remove legacy arg to store.ACLTokenSet
...
And remove the tests for legacy=true
2021-10-25 17:25:14 -04:00
Daniel Nephin
b31a7fc498
acl: remove EmbeddedPolicy
...
This method is no longer. It only existed for legacy tokens, which are no longer supported.
2021-10-25 17:25:14 -04:00
Daniel Nephin
ceaa36f983
acl: remove tests for resolving legacy tokens
...
The code for this was already removed, which suggests this is not actually testing what it claims.
I'm guessing these are still resolving because the tokens are converted to non-legacy tokens?
2021-10-25 17:25:14 -04:00
Daniel Nephin
a46e3bd2fc
acl: stop replication on leadership lost
...
It seems like this was missing. Previously this was only called by init of ACLs during an upgrade.
Now that legacy ACLs are removed, nothing was calling stop.
Also remove an unused method from client.
2021-10-25 17:24:12 -04:00
Daniel Nephin
15cd8c7ab8
Remove incorrect TODO
2021-10-25 17:20:06 -04:00
Daniel Nephin
589b238374
acl: move the legacy ACL struct to the one package where it is used
...
It is now only used for restoring snapshots. We can remove it in phase 2.
2021-10-25 17:20:06 -04:00
Daniel Nephin
0ba5d0afcd
acl: remove most of the rest of structs/acl_legacy.go
2021-10-25 17:20:06 -04:00
Paul Banks
ab5cdce760
Merge pull request #11163 from hashicorp/feature/ingress-tls-mixed
...
Add support for enabling connect-based ingress TLS per listener.
2021-10-25 21:36:01 +01:00
FFMMM
6433a57d3c
fix autopilot_failure_tolerance, add autopilot metrics test case ( #11399 )
...
Signed-off-by: FFMMM <FFMMM@users.noreply.github.com>
2021-10-25 10:55:59 -07:00
Pamela Bortnick
96afd767a1
fix social share image ( #11235 )
...
* Fix social share image
* Change name
* make absolute path
2021-10-25 13:09:28 -04:00
David Yu
5f3dad4db2
docs: minor Consul K8s changes ( #11402 )
...
* docs: minor Consul K8s changes
2021-10-25 10:00:10 -07:00
Pete Lopez
f8c1561495
Use correct registry url
...
A small typo in the module source leads to an error when performing `terraform init`.
2021-10-22 17:12:23 -07:00
R.B. Boyer
63c50e58a0
test: pin the version of bats to one that works on CircleCI ( #11401 )
2021-10-22 17:06:25 -05:00
Uday
5709070692
Update segment.mdx
2021-10-22 13:49:30 -07:00
David Yu
4d1490d16f
docs: bump reference to consul-k8s cli to beta and reformat helm config example ( #11398 )
2021-10-22 09:14:35 -07:00
Daniel Nephin
3d60bf7950
Merge pull request #11395 from hashicorp/dnephin/remove-old-test-flake-workflow
...
build-support: remove test-flake machinery
2021-10-21 17:27:04 -04:00
Daniel Nephin
34c2d3737e
build-support: remove test-flake machinery
...
This machinery was not used, and does not appear to be maintained. In practice we really
don't need anything to detect flaky tests. Our CI system identifies flaky tests at
https://app.circleci.com/insights/github/hashicorp/consul/workflows/go-tests/tests?branch=main
Mostly what we need is a way to reproduce flakes, which can be done directly with the Go
CLI, using the -race, -count, and (new in Go 1.17) -shuffle flags.
2021-10-21 17:16:25 -04:00
Daniel Nephin
b8869d381d
Merge pull request #11364 from hashicorp/use-go1.17
...
ci: test against go1.17
2021-10-21 16:52:18 -04:00
Chris S. Kim
1eaa53798c
Update docs for tls_cipher_suites ( #11070 )
2021-10-21 16:41:51 -04:00
FFMMM
67a624a49f
use *telemetry.MetricsPrefix as prometheus.PrometheusOpts.Name ( #11290 )
...
Signed-off-by: FFMMM <FFMMM@users.noreply.github.com>
2021-10-21 13:33:01 -07:00
Daniel Nephin
49faed6efe
ci: test against go1.17
2021-10-21 16:18:32 -04:00
Dhia Ayachi
75f69a98a2
fix leadership transfer on leave suggestions ( #11387 )
...
* add suggestions
* set isLeader to false when leadership transfer succeed
2021-10-21 14:02:26 -04:00
mrspanishviking
9e8e5e407e
Merge pull request #11389 from hashicorp/cli-intentions-docs
...
docs: added deprecation message to CLI command intentions overview page
2021-10-21 10:39:10 -07:00
Karl Cardenas
9acfcc1e28
docs: added deprecation message to CLI command intentions overview page
2021-10-21 10:29:23 -07:00
Dhia Ayachi
7ef431c823
update raft to v1.3.2 ( #11375 )
...
* update raft to v1.3.2
* add changelog
* fix changelog
2021-10-21 13:21:22 -04:00
Dhia Ayachi
2d1ac1f7d0
try to perform a leadership transfer when leaving ( #11376 )
...
* try to perform a leadership transfer when leaving
* add a changelog
2021-10-21 12:44:31 -04:00
Kyle Havlovitz
45192f278b
Merge pull request #11366 from hashicorp/service-exports
...
oss: Add new service-exports config entry
2021-10-20 19:02:19 -07:00
Brandon Romano
bc8ebcf71b
Update HashiConf alert-banner expiration ( #11373 )
...
Updates the HashiConf Alert Banner expiration to 10/20 @ 11pm (PT)
2021-10-20 16:24:34 -07:00
Peter M
ac6896e4b0
new banner alert ( #11370 )
...
updating with the latest blog
2021-10-20 13:58:35 -07:00
R.B. Boyer
f7932b4ffa
test: remove some envoy integ test warnings ( #11369 )
...
We launch one container as part of the test with --pid=host but
apparently within that container it launches a copy of "tini" as a
process supervisor that prefers to be PID 1.
Because it's not PID 1 it logs a warning message about this to the envoy
integration test logs that can lead to thinking somehow that a test
failure is related when in fact it's completely unrelated.
Adding this environment variable avoids the warning.
2021-10-20 15:50:45 -05:00
R.B. Boyer
1bd3a6ec22
build: fix ui make target to use the same frontend stack as the regular release ( #11368 )
2021-10-20 14:59:33 -05:00
Kyle Havlovitz
752a285552
Add new service-exports config entry
2021-10-20 12:24:18 -07:00
Mike Morris
6aa6b66268
deps: update consul-api and consul-sdk ( #11361 )
...
* deps: update consul/sdk in api/go.mod
* deps: update consul/api to v1.11.0
2021-10-20 14:58:53 -04:00
trujillo-adam
53295c8f58
Merge pull request #11325 from hashicorp/docs/admin-partitions-concept-v1.11.0
...
Docs/admin partitions concept v1.11.0 beta1
2021-10-20 11:33:41 -07:00
Daniel Nephin
da4e492a26
Merge pull request #11358 from butuzov/refactor-strings
...
refactor: replace `(*bytes.Buffer).WriteString` with `(*bytes.Buffer).Write`
2021-10-20 14:19:38 -04:00
trujillo-adam
56d2781a7f
added info about resource behavior when upgrading to 1.11 +
2021-10-20 09:57:55 -07:00
trujillo-adam
c89eec9a66
applying most of blake's feedback - still have a question
2021-10-20 08:12:07 -07:00
Jared Kirschner
fe09db6158
Merge pull request #11328 from radiantly/ui/feature/allow-${}-style-interpolation
...
ui: Allow ${ } interpolation for UI Dashboard template URLs
2021-10-20 08:59:02 -04:00
Jared Kirschner
716b05f934
Merge pull request #11293 from bisakhmondal/service_filter
...
expression validation of service-resolver subset filter
2021-10-20 08:57:37 -04:00