oveits / ProvisioningEngine

Ruby on Rails based ProvisioningEngine Frontend for provisioning of legacy systems via Apache Camel Backend (SOAP/XML+SPML+File import)
3 stars 6 forks source link

GUI for global parameters #13

Open oveits opened 8 years ago

oveits commented 8 years ago

Today, all global parameters are controlled by the figaro gem. In future, I would like to offer the administrator the possibility to change those parameters.

For that, we need to introduce a user/password concept and discriminate between ProvisioningEngine admins and users. Best to rebuild the project based on Prelang and use the ActiveAdmin gem.

Prio is set to low since it is only an admin feature, not a user feature.