-
Notifications
You must be signed in to change notification settings - Fork 898
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
Move API OpenID-Connect support to Apache configuration #20131
Merged
Fryguy
merged 1 commit into
ManageIQ:master
from
jvlcek:oidc_to_httpd_config_issue_19866
May 8, 2020
Merged
Move API OpenID-Connect support to Apache configuration #20131
Fryguy
merged 1 commit into
ManageIQ:master
from
jvlcek:oidc_to_httpd_config_issue_19866
May 8, 2020
Conversation
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
@miq-bot add_label wip |
jvlcek
changed the title
Move API OpenID-Connect support to Apache configuration
[WIP] Move API OpenID-Connect support to Apache configuration
May 6, 2020
This was referenced May 6, 2020
Checked commit jvlcek@a6feb2c with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
cc @carbonin |
3 tasks
@bdunne FYI |
@miq-bot remove_label wip |
miq-bot
changed the title
[WIP] Move API OpenID-Connect support to Apache configuration
Move API OpenID-Connect support to Apache configuration
May 8, 2020
simaishi
pushed a commit
that referenced
this pull request
May 12, 2020
Move API OpenID-Connect support to Apache configuration (cherry picked from commit 70f97e6)
Jansa backport details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #19866
This PR, combined with others in other github repos, will move the support for the ManageIQ API out of code and into the Apache configuration.
Dependent PRs
ManageIQ/manageiq-appliance#282
ManageIQ/manageiq-api#828
ManageIQ/manageiq-appliance_console#117
To test:
Follow the ManageIQ OpenID-Connect documentation, found here, to configure an ManageIQ appliance for OpenID-Connect authentication and
confirm the API can be user with:
Examples of each of the above 3:
curl -L -vvv -k --user admin:smartvm -X GET -H "Accept: application/json" https://${OID_CLIENT_HOST}/api/users