Remove remaining references to stripes.isEureka
Description
Environment
Potential Workaround
Attachments
Checklist
hideActivity

Yury Barsukou February 4, 2025 at 1:36 PM
This functionality is about reset password, and this functionality works fine on snapshot. So i think it can be closed, no additional cases are needed

Ryan Berger January 23, 2025 at 1:44 PM
I’m not aware of any open bugs and didn’t see any when running a search. What I meant to say is that existing functionality should continue to work as it did before. It is worth noting that because the documentation omits .isEureka
, if an environment is built without it the UI will redirect to the path used by okapi
. I updated the description to say
When this work is complete, the reset password workflow should continue to work correctly when running Eureka.

Craig McNally January 22, 2025 at 8:31 PM
Bumping to Sunflower since LoC and Galileo are leaning heavily on SSO. Password reset is less important in Ramsons for this reason.

Craig McNally January 22, 2025 at 7:29 PM
you state:
When this work is complete, the reset password workflow should work correctly when running Eureka.
If you’re aware of bugs this will resolve, can you please link them here?
According to the property that determines if an application is using Eureka instead of Okapi is the presence of the property
stripes.authnUrl
. The propertystripes.isEureka
is deprecated and remaining usage should be removed from stripes core.The two references are
and
When this work is complete, the reset password workflow should continue to work correctly when running Eureka.