You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: