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
This application acts both as a server (via its HTTP API for the ClusterCockpit MetricDataRepositories) and as a client (to the NATS.io server). Both of these communication channels can be secured via JWTs.
NATS restricts JWTs (See here) to the Ed25519 algorithm.
The cc-metric-store will need to know the public key so that it can verify incoming requests via the HTTP API. Knowing the private key is not needed if the cc-metric-store is provided with a valid JWT signed by someone else (e.g. ClusterCockpit, if it can provide JWTs that conform to the restrictions NATS puts on JWTs).
The text was updated successfully, but these errors were encountered:
This application acts both as a server (via its HTTP API for the ClusterCockpit MetricDataRepositories) and as a client (to the NATS.io server). Both of these communication channels can be secured via JWTs.
NATS restricts JWTs (See here) to the
Ed25519
algorithm.The cc-metric-store will need to know the public key so that it can verify incoming requests via the HTTP API. Knowing the private key is not needed if the cc-metric-store is provided with a valid JWT signed by someone else (e.g. ClusterCockpit, if it can provide JWTs that conform to the restrictions NATS puts on JWTs).
The text was updated successfully, but these errors were encountered: