I'm using the grails-spring-security-rest plugin, ...
# questions
m
I'm using the grails-spring-security-rest plugin, which has worked fine for me in 6.2.3. But now it's giving me exceptions about the jwt secret being null. But I have it set in an externally loaded (not application.yml) file. And even if I set it there, it is always null. I've tried stepping through the code and I can see my loaded config file with the expected values (and all other custom values) when it is loading the default SecurityConfig. Is is something with the 'addFirst' when adding it to the propertiesSources? I can't get my app to load w/ a modified version of the plugin at this time. I'm using the 7.0.0 version for the security.
Seem to have fixed this one too, I don't know the exact fix, but re-importing everything I seem to have this one situated.
👍 1