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

mTLS #440

Merged
merged 7 commits into from
May 31, 2023
Merged

mTLS #440

merged 7 commits into from
May 31, 2023

Conversation

Integralist
Copy link
Collaborator

No description provided.

@Integralist Integralist marked this pull request as ready for review May 30, 2023 16:35
@Integralist Integralist requested review from gschorkopf and joeshaw May 30, 2023 16:35
fastly/tls_mutual_authentication.go Outdated Show resolved Hide resolved
fastly/tls_mutual_authentication.go Outdated Show resolved Hide resolved
fastly/tls_mutual_authentication.go Outdated Show resolved Hide resolved
fastly/tls_mutual_authentication.go Show resolved Hide resolved
fastly/tls_mutual_authentication.go Outdated Show resolved Hide resolved
@Integralist Integralist requested a review from joeshaw May 31, 2023 13:33
@Integralist
Copy link
Collaborator Author

Now that @joeshaw's other comments have been addressed I'm going to merge this PR later today.

Copy link
Member

@joeshaw joeshaw left a comment

Choose a reason for hiding this comment

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

👍

fastly/tls_mutual_authentication.go Show resolved Hide resolved
}

// Create private key required to generate a custom certificate.
var pk *PrivateKey
Copy link

@mehaksatijafastly mehaksatijafastly May 30, 2023

Choose a reason for hiding this comment

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

I think adding these in table-driven tests format would be concise and easily extendible. You can also add a cleanup func for each test case which you can run after executing the case to get rid of defer statements.

This is just a suggestion, and not a blocker to merge this PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks!

@Integralist Integralist merged commit 92e604f into main May 31, 2023
@Integralist Integralist deleted the integralist/mtls branch May 31, 2023 14:40
@Integralist Integralist added the enhancement New feature or request label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants