Skip to content
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

Merged
merged 5 commits into from
Mar 12, 2020

Conversation

peterhaochen47
Copy link

Fixes #60

@istio-testing
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: peterhaochen47
To complete the pull request process, please assign icygalz
You can assign the PR to them by writing /assign @icygalz in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@googlebot googlebot added the cla: yes CLA positive status label Mar 12, 2020
tylerschultz and others added 5 commits March 12, 2020 13:55
- 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]>
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]>
@peterhaochen47
Copy link
Author

/lgtm

@istio-testing
Copy link
Collaborator

@peterhaochen47: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

@peterhaochen47 peterhaochen47 merged commit 6d394dc into master Mar 12, 2020
nacx added a commit to nacx/authservice that referenced this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA positive status size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure URIs as single strings instead of as scheme/hostname/port/path
4 participants