MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
189 stars 43 forks source link

#687 fix contextPath when using baseURL with absolute URL #688

Closed olivierboudet closed 1 year ago

olivierboudet commented 1 year ago

Fixes #687 When using baseURL parameter with an absolute URL, links in UI must not append the baseURL in routes.

olivierboudet commented 1 year ago

@pierrebruninmaif sorry to mention you directly... can you review this please ? it is necessary to use OAuth2 with Google because baseURL must be with https scheme, so we need to use -Dizanami.baseURL parameter.

pierrebruninmaif commented 1 year ago

no problem. Today, i can't test all the case. But the change is simple, so i release. Once again, thank's for your contribution.

olivierboudet commented 1 year ago

Thanks for your reactivity !