-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
Hi @c00kiemon5ter , great to see version 8.0.0 out!
I see the release notes mention the new /reload-metadata
endpoints - and give pysaml2 > 7.0.1
as the requirement.
Unfortunately, this functionality was merged into pysaml2 only after 7.0.1 was released (in IdentityPython/pysaml2#809) - and there has been no pysaml2 release since.
This could be solved with a pysaml2 release - and an update to the release notes for SATOSA 8.0.0...
Cheers,
Vlad
Code Version
SATOSA 8.0.0
pysaml2 7.0.1
Expected Behavior
Requests to /reload-metadata
URLs working with when enable_metadata_reload: yes
is in the config.
Current Behavior
Requests to /reload-metadata
URLs failing on invocation of reload_metadata.
Possible Solution
Releasing pysaml2 with the functionality added in IdentityPython/pysaml2#809
Steps to Reproduce
- Deploy SATOSA with SAML2 backend
- Add
enable_metadata_reload: yes
into configuration - Issue a request to
/Saml2/reload-metadata
- Request fails and a stack trace is produced.
Metadata
Metadata
Assignees
Labels
No labels