-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue60 config uris as strings 2 #77
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: peterhaochen47 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- Renamed `oidc.logout.redirect_to_uri` config option to `redirect_uri` - Renamed `authorization`, `token`, and `callback` config options to `authorization_uri`, `token_uri`, and `callback_uri` - Deleted the unused `jwks_uri` config option - The `authorization_uri`, `token_uri`, and `callback_uri` config options became simple strings instead of `Endpoint` objects [Issue #60] Signed-off-by: Peter Chen <[email protected]>
- Remove unneeded fixtures [Issue #60] Signed-off-by: Tyler Schultz <[email protected]>
- Make constant static - Inline functions are labeled with `inline` keyword - Use correct return type for move assignment operator [Issue #60] Signed-off-by: Peter Chen <[email protected]>
[Issue #60] Signed-off-by: Tyler Schultz <[email protected]>
This avoids a conflict we saw in gcc between the getter "Uri::PathQueryFragment" and the class definition PathQueryFragment. [Issue #60] Signed-off-by: Peter Chen <[email protected]>
8f2991b
to
21b5177
Compare
/lgtm |
@peterhaochen47: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes #60