seed icon indicating copy to clipboard operation
seed copied to clipboard

Add shiro configuration to application.yaml

Open Sherpard opened this issue 8 years ago • 1 comments

Shiro.ini configuration is currently inaccessible within software configuration.

Currently you have to create an AbstractModule Annotated with @Install annotation and bind the constants on the configure() method An example could be found at: Hub security module

It would be nice to have that configuration as an an option in application.yaml

Sherpard avatar Jul 28 '17 07:07 Sherpard

I have already defined some useful Shiro options in the newest version (3.3.0) but I agree we could provide a way of specifying arbitrary Shiro options in the configuration.

adrienlauer avatar Sep 04 '17 08:09 adrienlauer