Shibboleth Developer's Meeting, 2020-09-04
Call Administrivia
09:00 Central US / 10:00 Eastern US / 15:00 UK / 17:00 FI
Calls are normally the 1st and 3rd Fridays of each month. Next call would be Friday 2020-09-18. Any reason to deviate from this?
60 to 90 minute call window.
This week's call will use the Zoom system at GU, see ZoomGU for access info.
AGENDA
Add items for discussion here
Attendees:
Brent
Daniel
Henri
Ian
John
Marvin
Phil
Rod
Scott
- - SSPCPP-904Getting issue details... STATUS
-
-
IDP-1664Getting issue details...
STATUS
- An IdPModule is a unit of function that can be individually enabled or disabled via command line.
- Plugins can expose any number of IdPModules after installation, and could auto-enable them.
- Generally this just involves managing a set of configuration resources by either copying them in or removing them (usually be saving them off, not deletion, but this will be controllable). Resources can be tagged as replace or noreplace, RPM-style.
- Most modules should be expressible with property files and a trivial subclass to add to the Java services file.
- Repeated enable/disable will be idempotent.
- "Disabled" modules may not be totally "off" but probably will operate with default, often unusable, settings.
- Many default config files (esp. for various subflows) will be removed or hidden in 4.1 behind disabled modules.
- Upgrades will act as though many modules are already enabled, and disabling them can be used to remove the files.
Tom
Other