Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Add mechanism to send the service key on endpoint register #5

@yadudoc

Description

@yadudoc

Currently, we have the default forwarder server key baked into the funcx-endpoint. However, this creates a couple of issues:

  1. Cycling keys means you have to roll out a new funcx-endpoint release with the updated key.
  2. If the user has to connect to a private/dev funcx deployments, they have to manually copy server keys to the certificates dir.

Alternatively, we could have the web-service return the forwarder-service key upon endpoint registration. This would allow each individual forwarder to have its own local server key generated at the service start and passed back to the endpoint.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions