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

fix(tls_activation): update mutual_authentication_id #866

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

Integralist
Copy link
Collaborator

@Integralist Integralist commented Jun 21, 2024

Fixes #860

Note

I've taken the liberty of adding more nil dereference checks around the existing logic, as I wasn't comfortable with how the current code was just blindly trusting the pointers would contain an actual reference 😬

@kpfleming
Copy link
Contributor

While it would be great to have an acceptance test which covers this, we don't have time for that at the moment so I'll create an issue to remember that we need to add it later.

@kpfleming kpfleming merged commit 1476724 into main Jun 26, 2024
11 checks passed
@kpfleming kpfleming deleted the integralist/mtls branch June 26, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fastly_tls_activation silently removes mutual_authentication if it is configured elsewhere
2 participants