janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.
Other
13 stars 8 forks source link

Convert config to yml #472

Closed lucasvanlierop closed 10 years ago

lucasvanlierop commented 10 years ago

As discussed with @relaxnow, Janus has dependency on SimpleSamlPhp for parsing it's config and passing this around. This makes unittesting impossible in the current setup and it's very hard to document which configuration needs to be put where. For the sake of simplicity all config should be stored in the same format, preferably YAML and parsed by Janus itself instead of SSP.

lucasvanlierop commented 10 years ago

@relaxnow You worked with this version, do you consider it fixed?