[zed] Added required config option idp_id to Keystone OpenIDC charm#1242
Open
jadonn wants to merge 1 commit intoopenstack-charmers:stable/zedfrom
Open
[zed] Added required config option idp_id to Keystone OpenIDC charm#1242jadonn wants to merge 1 commit intoopenstack-charmers:stable/zedfrom
jadonn wants to merge 1 commit intoopenstack-charmers:stable/zedfrom
Conversation
This change makes z-o-t pass in the value of idp_id when configuring the Keystone OpenIDC charm during testing. (cherry picked from commit 3a6a3f8)
Contributor
Author
|
Gerrit cherry-pick review: https://review.opendev.org/c/openstack/charm-keystone-openidc/+/923336 |
openstack-mirroring
pushed a commit
to openstack/charm-keystone-openidc
that referenced
this pull request
Apr 2, 2025
The values of the protocol ID and identity provider ID are reversed in the charm's code. This causes the mod_auth_openidc config to render incorrectly in the Apache template. This change fixes the reversed values and adds a config option for defining the identity provider ID. This change also adds new config options for enabling using mod_auth_openidc with multiple Keystone units and with proxies. Closes-Bug: #2065590 Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1242 Change-Id: Ie7da5f9a85027a287aad9958c54848a948f8495c (cherry picked from commit da043cb)
This file contains hidden or 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
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.
This change makes z-o-t pass in the value of idp_id when configuring the Keystone OpenIDC charm during testing.
(cherry picked from commit 3a6a3f8)