SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

SDK: Add telemetry library support for the /authenticate API request #4

Open rtamalin opened 1 month ago

rtamalin commented 1 month ago

Leverage the /authenticate API request (#3) to implement authentication support in the telemetry library.

A client will use the /authenticate API request for one of the following reasons:

The headers of the re-authentication request must include the following items:

The payload of the re-authentication request contains the following items:

The telemetry client will be responsible for storing the updated authentication token so that it can be used in future requests.