-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fded14c
commit cd58e21
Showing
1 changed file
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,32 @@ | ||
|
||
|
||
|
||
|
||
|
||
|
||
# radar-rest-sources-authorizer | ||
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-rest-sources-authorizer)](https://artifacthub.io/packages/helm/radar-base/radar-rest-sources-authorizer) | ||
|
||
|
||
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.0](https://img.shields.io/badge/AppVersion-4.4.0-informational?style=flat-square) | ||
|
||
A Helm chart for the front-end application of RADAR-base Rest Sources Authorizer which is a portal to authorize the Fitbit connector to read data from Fitbit accounts. | ||
|
||
**Homepage:** <https://radar-base.org> | ||
|
||
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-rest-sources-authorizer)](https://artifacthub.io/packages/helm/radar-base/radar-rest-sources-authorizer) | ||
|
||
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.0](https://img.shields.io/badge/AppVersion-4.4.0-informational?style=flat-square) | ||
|
||
A Helm chart for the front-end application of RADAR-base Rest Sources Authorizer which is a portal to authorize the Fitbit connector to read data from Fitbit accounts. | ||
|
||
**Homepage:** <https://radar-base.org> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Keyvan Hedayati | <[email protected]> | <https://www.thehyve.nl> | | ||
| Joris Borgdorff | <[email protected]> | <https://www.thehyve.nl/experts/joris-borgdorff> | | ||
| Nivethika Mahasivam | <[email protected]> | <https://www.thehyve.nl/experts/nivethika-mahasivam> | | ||
|
||
| Nivethika Mahasivam | <[email protected]> | <https://www.thehyve.nl/experts/nivethika-mahasivam> | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-rest-sources-authorizer> | ||
* <https://github.com/RADAR-base/RADAR-Rest-Source-Auth> | ||
|
||
## Prerequisites | ||
* Kubernetes 1.22+ | ||
* Kubectl 1.22+ | ||
* Helm 3.1.0+ | ||
|
||
|
||
|
||
* <https://github.com/RADAR-base/RADAR-Rest-Source-Auth> | ||
|
||
## Prerequisites | ||
* Kubernetes 1.22+ | ||
* Kubectl 1.22+ | ||
* Helm 3.1.0+ | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|
@@ -76,4 +71,4 @@ A Helm chart for the front-end application of RADAR-base Rest Sources Authorizer | |
| networkpolicy | object | check `values.yaml` | Network policy defines who can access this application and who this applications has access to | | ||
| clientId | string | `"radar_rest_sources_authorizer"` | OAuth2 client id of the application registered in Management Portal. It is assumed that this is a public client with empty client secret. | | ||
| serverName | string | `"localhost"` | Domain name of the server | | ||
| authUrl | string | `"localhost/managementportal/oauth"` | Authorization URL of the IDP | | ||
| authUrl | string | `"localhost/managementportal/oauth"` | Authorization URL of the IDP | |