-
Notifications
You must be signed in to change notification settings - Fork 25
[BACK-3960] Allow Tidepool user to initiate Oura C2C connection #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
darinkrauss
commented
Jan 12, 2026
- Add Oura chart with ConfigMap and Secret
- Add AcceptURL and RevokeURL to all OAuth connections
- Update auth and data service environment variables
- Fix typo in registry chart README.md
- https://tidepool.atlassian.net/browse/BACK-3960
- Add Oura chart with ConfigMap and Secret - Add AcceptURL and RevokeURL to all OAuth connections - Update auth and data service environment variables - Fix typo in registry chart README.md - https://tidepool.atlassian.net/browse/BACK-3960
| | configmap.enabled | bool | `false` | whether to generate a configmap | | ||
| | configmap.redirectURL | string | `""` | OAuth2 redirect URL | | ||
| | configmap.tokenURL | string | `""` | OAuth2 token URL | | ||
| | configmap.acceptURL | string | `""` | OAuth2 accept URL | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is accept url? I don't think it's in the OAuth2 or OIDC specs. Doesn't seem supported by all of the IDPs so I don't think it should be added as a config option to all of them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated PR.
The base branch was changed.
* Add config for jotform and customer.io * Move customer.io related config to a dedicated sub-chart