Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate Subject Alternative Name for upstreams #10621

Merged
merged 6 commits into from
Jul 15, 2021
Merged

Conversation

freddygv
Copy link
Contributor

@freddygv freddygv commented Jul 15, 2021

These changes ensure that the identity of services dialed is
cryptographically verified.

For all upstreams we validate against SPIFFE IDs in the format used by
Consul's service mesh:

spiffe:///ns//dc//svc/

Fixes: #6364

These changes ensure that the identity of services dialed is
cryptographically verified.

For all upstreams we validate against SPIFFE IDs in the format used by
Consul's service mesh:

spiffe://<trust-domain>/ns/<namespace>/dc/<datacenter>/svc/<service>
@freddygv freddygv requested a review from a team July 15, 2021 15:10
@github-actions github-actions bot added the theme/envoy/xds Related to Envoy support label Jul 15, 2021
Copy link
Member

@rboyer rboyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, assuming a changelog entry ends up here eventually

@vercel vercel bot temporarily deployed to Preview – consul-ui-staging July 15, 2021 15:27 Inactive
@vercel vercel bot temporarily deployed to Preview – consul July 15, 2021 15:28 Inactive
@freddygv freddygv merged commit 12b7e07 into main Jul 15, 2021
@freddygv freddygv deleted the vuln/validate-sans branch July 15, 2021 15:43
@hc-github-team-consul-core
Copy link
Collaborator

🍒 If backport labels were added before merging, cherry-picking will start automatically.

To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/410843.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/envoy/xds Related to Envoy support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect: Validate Server Certificates when using Envoy
3 participants