Skip to content

TLS encryption for GraphQL app interface websocket#489

Merged
lucksus merged 5 commits intodevfrom
websocket-tls
Jun 4, 2024
Merged

TLS encryption for GraphQL app interface websocket#489
lucksus merged 5 commits intodevfrom
websocket-tls

Conversation

@lucksus
Copy link
Member

@lucksus lucksus commented May 30, 2024

Adds ability to the ADAM executor to have the GraphQL app interface be encrypted.

  • added fields to Ad4mConfig in rust_executor lib crate
  • added arguments tls-cert-file and tls-key-file to ad4m-executor binary.

If both files are supplied, the websocket endpoint spawned on the given port will be a secure websocket (wss://) instead of plain (ws://).

@lucksus lucksus marked this pull request as ready for review May 31, 2024 09:15
@lucksus lucksus merged commit 2cd0f5b into dev Jun 4, 2024
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.

2 participants