Configuration Storage

Cantor, Scott cantor.2 at osu.edu
Tue Feb 16 10:19:06 EST 2016


> Here at Gluu, we are preparing to upgrade to Shib IDP3. To put it
> bluntly, we hate file system configuration storage. It creates all sorts
> of problems for us when we automate cluster deployment.

I would argue it facilitates it. There's nothing worse than systems that lock the config up in a database and end up unusable when the database goes belly up. Syncing files is trivial and automatable, and with V3 you can just turn off the polling and force aligned config reloads.

> Is there any service that I'm missing that would enable us to map these
> to a database or LDAP server, or is this something we're going to have
> to write / contribute?

I believe there was a contributor from Fischer? asking about building a Spring Resource for JDBC. I think he managed to get something built, don't know if he was planning to contribute it back.

-- Scott



More information about the dev mailing list