From 55325351c37f5df6dc759506da20db5df64bba34 Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 25 Oct 2023 14:13:37 +0100 Subject: [PATCH] Update rest-sources-backend README --- charts/radar-rest-sources-backend/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/radar-rest-sources-backend/README.md b/charts/radar-rest-sources-backend/README.md index 405ca8ca..e7ec2ba0 100644 --- a/charts/radar-rest-sources-backend/README.md +++ b/charts/radar-rest-sources-backend/README.md @@ -98,3 +98,11 @@ A Helm chart for the backend application of RADAR-base Rest Sources Authorizer | restSourceClients.garmin.clientId | string | `"Garmin-clientid"` | Garmin client id | | restSourceClients.garmin.clientSecret | string | `"Garmin-clientsecret"` | Garmin client secret | | restSourceClients.garmin.scope | string | `"activity heartrate sleep profile"` | List of scopes of the data that should be collected from Garmin. | +| restSourceClients.oura.enable | bool | `true` | set to true, if Oura client should be used | +| restSourceClients.oura.sourceType | string | `"Oura"` | Type of the data sources | +| restSourceClients.oura.authorizationEndpoint | string | `"https://cloud.ouraring.com/oauth/authorize"` | Authorization endpoint for Oura authentication and authorization | +| restSourceClients.oura.tokenEndpoint | string | `"https://api.ouraring.com/oauth/token"` | Token endpoint to request access-token from Oura | +| restSourceClients.oura.deregistrationEndpoint | string | `"https://api.ouraring.com/oauth/revoke"` | | +| restSourceClients.oura.clientId | string | `"Oura-clientid"` | Oura client id | +| restSourceClients.oura.clientSecret | string | `"Oura-clientsecret"` | Oura client secret | +| restSourceClients.oura.scope | string | `"daily session heartrate workout tag personal email spo2 ring_configuration"` | List of scopes of the data that should be collected from Oura. For details, please refer to https://cloud.ouraring.com/docs/authentication |