Aaron Loes
Aaron Loes
Another option could be to use the Terraform override configuration features but I'm guessing that is less desired from a Terraform best-practices point of view.
@jamesls any chance you could take a look at this?
@spencergibb yes. thank you for getting back to me. I'm currently using org.springframework.cloud:spring-cloud-security:2.1.0.RC3 I've been converting my project to use the new OAuth/OIDC support in Spring Security 5 (org.springframework.security:spring-security-oauth2-client and...
No difference from what i can tell. The code seems still be relying on the OAuth support from org.springframework.security.oauth:spring-security-oauth2 instead of org.springframework.security:spring-security-oauth2-client and org.springframework.security:spring-security-oauth2-resource-server. I think the first question that...
@spencergibb Here is the sample project. https://github.com/loesak/spring-cloud-security-173 The README may be a bit off because I changed it over a few iterations. I can clear it up if necessary but...
For those still needing this, I've created my own implementation here: https://github.com/loesak/spring-security-openfeign It's just supports obtaining a token. No passthrough but that should be easy to add if needed. There...
> Is there any update on this? Thanks @albertocavalcante Based on the linked merge request, it looks like they're moving the code from spring-cloud-security to spring-cloud-openfeign. Although that merge just...
+1 ... I believe this is my problem as well. The paths in the dat file that JSTD generate are the path to the file in the workspace and the...
I can try and test it tomorrow. Will let you know.
So I completely forgot to try this out. I will do so tomorrow at work. I've put it in my calendar. My apologies for the delay.