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

Demo: Offer TLS settings for remote connections #338

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

michel-laterman
Copy link

@michel-laterman michel-laterman commented Jan 9, 2025

This is a companion PR to go along with open-telemetry/opamp-spec#205

The example agent has been expanded with the ability to accept various TLS settings for the OpAMP connection.
In order to demo this; this start both the example agent and server, then view the agent in the server UI. There is a new OpAMP connections settings area with the ability to specify and send the TLS min version.

I've also included flags to demo the Agent-initiated CA trust Flow in the spec.
The example server, when started with the -send-ca flag will inject the CA in response when an agent has requested a certificate.
The example agent for this case should be started with the -await-ca flag, that forces it to start with InsecureSkipVerify: true and it will expect to receive the CA that the server is using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant