-
Notifications
You must be signed in to change notification settings - Fork 24
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
[BACK-3269] basic settings for oauth #303
base: master
Are you sure you want to change the base?
Conversation
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.
A couple of questions, but it looks fine pending one question in Slack: https://tidepoolteam.slack.com/archives/C07F46SL6QZ/p1733180554738719
Once that question is answered, I'll approve.
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.
Let's remove the specific URLs here as they aren't required and can be specified elsewhere.
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.
LGTM, we just need to squash down to one commit and force-push it before merging.
2b8442a
to
45ae644
Compare
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.
A couple of minor suggestions per our discussion yesterday, but otherwise LGTM!
configmap: | ||
# -- whether to generate a configmap | ||
enabled: true | ||
redirectURL: "" |
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.
Do we want to add defaults for tokenURL
and authorizeURL
here, too, per our discussion yesterday? Perhaps alphabetically ordered?
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| configmap.enabled | bool | `true` | whether to generate a configmap | | ||
| configmap.redirectURL | string | `""` | | |
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.
Perhaps add the other configmap fields here, too?
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.
Changes needed before merge.
No description provided.