Michael Zeitlin
Michael Zeitlin
This workaround seemed to work for me based on some JGit documentation: ``` spring: cloud: config: server: git: uri: https://:@ username: password: ```
I upgraded to this version because I needed the webflux.base-path to solve the issues when using the Gateway with Spring Security. Specifically, how to add the path prefix to the...
@spencergibb because looking at the stack trace, it looks like the issue is coming from Spring Gateway, not Spring Security. @Saljack , thanks. I will try something similar for the...