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
Copy file name to clipboardExpand all lines: charts/management-portal/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ A Helm chart for RADAR-Base Management Portal to manage projects and participant
88
88
| startupProbe.failureThreshold | int |`30`| Failure threshold for startupProbe |
89
89
| networkpolicy | object | check `values.yaml`| Network policy defines who can access this application and who this applications has access to |
90
90
| keystore | string |`""`| base 64 encoded binary p12 keystore containing a ECDSA certificate with alias `radarbase-managementportal-ec` and a RSA certificate with alias `selfsigned`. |
91
+
| public_jwks | string |`""`||
91
92
| postgres.host | string |`nil`| host name of the postgres db |
92
93
| postgres.port | string |`nil`| post of the postgres db |
93
94
| postgres.database | string |`nil`| database name |
@@ -108,6 +109,7 @@ A Helm chart for RADAR-Base Management Portal to manage projects and participant
108
109
| authserver.server_url | string |`"http://radar-hydra-public:4444"`| The publicly accessible server URL for the authserver; needed when deviating from http(s)://server_name/auth |
109
110
| authserver.server_admin_url | string |`"http://radar-hydra-admin:4445"`| The admin server URL for the authserver used for service-to-service requests. Only needs to be accessible from inside the cluster where the managementportal resides |
110
111
| authserver.login_url | string |`"{{ .Values.advertised_protocol }}://{{ .Values.server_name }}/hydra"`| The publicly accessible login URL for the authserver; needed when deviating from http(s)://server_name/auth/login |
112
+
| authserver.client_secret | string |`"secret"`||
111
113
| managementportal.catalogue_server_enable_auto_import | bool |`false`| set to true, if automatic source-type import from catalogue server should be enabled |
112
114
| managementportal.common_privacy_policy_url | string |`"http://info.thehyve.nl/radar-cns-privacy-policy"`| Override with a publicly resolvable url of the privacy-policy url for your set-up. This can be overridden on a project basis as well. |
113
115
| managementportal.oauth_checking_key_aliases_0 | string |`"radarbase-managementportal-ec"`| Keystore alias to sign JWT tokens from Management Portal |
| auth_url | string |`"http://management-portal:8080/managementportal/oauth/token"`| OAuth2 Auth URL for connector client to get access tokens |
96
+
| oauthClientId | string |`"radar_fitbit_connector"`| OAuth2 client id from Hydra|
97
+
| oauthClientSecret | string |`"secret"`| OAuth2 client secret from Hydra|
98
+
| auth_url | string |`"http://radar-hydra-public:4444/oauth2/token"`| OAuth2 Auth URL for connector client to get access tokens |
99
99
| managementportal_url | string |`"http://management-portal:8080/managementportal"`| URL of Management Portal. This will be used to create URLs to access Management Portal |
100
100
| includeIntradayData | bool |`true`| Set to true, if intraday access data should be collected by the connector. This will be set in connector.properties. |
101
-
| user_repository_class | string |`"ServiceUserRepositoryLegacy"`| Class of the user repository to use. This should be a class that implements the UserRepository interface. |
101
+
| user_repository_class | string |`"ServiceUserRepository"`| Class of the user repository to use. This should be a class that implements the UserRepository interface. |
102
102
| rest_source_poll_interval_ms | int |`60000`| How often to poll the source URL. Only use to speed up processing times during e2e testing. |
103
103
| fitbit_user_poll_interval | int |`5000`| Polling interval per Fitbit user per request route in seconds. Only use to speed up processing times during e2e testing. |
104
104
| application_loop_interval_ms | int |`300000`| How often to perform the main application loop (only controls how often to poll for new user registrations). Only use to speed up processing times during e2e testing. |
0 commit comments