-
Notifications
You must be signed in to change notification settings - Fork 49
Chore/add hide idps #1304
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
base: master
Are you sure you want to change the base?
Chore/add hide idps #1304
Conversation
Pull Request Test Coverage Report for Build 18479278440Details
💛 - Coveralls |
Please find the detailed integration test report here Please find the Github Action logs here |
upstream_idps = UPSTREAM_IDP_CACHE.get(cache_key) | ||
if hide_idps_list and len(hide_idps_list) > 0: | ||
hidden_idps_excluded = [ | ||
x for x in upstream_idps if x.get("name") not in hide_idps_list |
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.
I think the idea is right. But I also think we should be putting the IDP's entityID
into HIDE_IDPS
instead of their name
s. Since this is how Shibboleth IDPs can be configured to enable in Fence config now, like
fence/docs/additional_documentation/fence_shibboleth.md
Lines 84 to 86 in 2a0ede3
shib_idps: | |
- urn:mace:incommon:nih.gov | |
- urn:mace:incommon:uchicago.edu |
JIRA ticket: HP-2270
New Features
HIDE_IDPS
configuration option whenshib_ipds=*
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes