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

add a way to test TLS parameters work as documented/expected #144

Closed
tobert opened this issue Jan 27, 2023 · 2 comments
Closed

add a way to test TLS parameters work as documented/expected #144

tobert opened this issue Jan 27, 2023 · 2 comments
Labels
testing tests and test infrastructure

Comments

@tobert
Copy link
Collaborator

tobert commented Jan 27, 2023

Now that the server supports gRPC and HTTP, the next frontier is to also support testing combinations of TLS parameters.

It appears to be straightforward to generate a CA & keys on the fly for test purposes, so that's my preference. I took a look at various tools that assist and their complexity isn't really needed here. Mostly we just want to test that the flows work without getting into the weeds of cipher suites and so on. For otel-cli's purposes we just need to know the plumbing from CLI/config/envvars -> server connection all work right. Keep it simple (as it can be considering).

@tobert tobert added the testing tests and test infrastructure label Jan 27, 2023
@tobert
Copy link
Collaborator Author

tobert commented Feb 3, 2023

Started working on #150

@tobert
Copy link
Collaborator Author

tobert commented May 26, 2023

Shipped in v0.2.0 iirc.

@tobert tobert closed this as completed May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing tests and test infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant