skpratt
skpratt
### Description This separates the port assignment logic out into a helper. That way it can later be moved to a different step in the registration process. ### Testing &...
### Description This relocates automatic sidecar port assignment logic to a locked method immediately before registration, thereby preventing collisions when handling simultaneous requests. ### Testing & Reproduction steps Manual verification:...
### Description This change removes all uses of legacy ACL policies from consul. ### Testing & Reproduction steps Tested locally and on EKS. Bootstrapped ACLs for 3 server cluster with...
### Description Clarify in CLI and code when we are using a token's AccessorID vs SecretID. ### Testing & Reproduction steps Tested locally - bootstrapped ACLs for 3 server cluster...
### Description These errors provide additional helpful information in the case where the ACL system has not been bootstrapped and when a token does not exist. ### Testing & Reproduction...
Reverts hashicorp/consul-k8s#2847
Changes proposed in this PR: - - How I've tested this PR: How I expect reviewers to test this PR: Checklist: - [ ] Tests added - [ ] [CHANGELOG...
Reverts hashicorp/consul-template#1837