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

[Request] Agent should require TLS connection to server by default #509

Closed
andrewazores opened this issue Oct 8, 2024 · 0 comments · Fixed by #554
Closed

[Request] Agent should require TLS connection to server by default #509

andrewazores opened this issue Oct 8, 2024 · 0 comments · Fixed by #554
Labels
feat New feature or request

Comments

@andrewazores
Copy link
Member

The Agent should check its baseuri property that points to the Cryostat server with which it should register. By default, the Agent should enforce that this URI uses an https scheme, and when the Agent opens a connection, it should expect that it really does find an HTTPS connection, with a TLS certificate that it trusts, etc.

It should be possible to disable this and allow insecure HTTP (mainly for testing/prototyping purposes), but this should be controlled by a new and separate configuration property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants