Is there any doc guide how to integrate with existed Springboot application. in the source code samples "ziti-springboot-client" just see a identity config and in the springboot main class enable ziti. and in scheduled call using RestTemplate call, but for all our existed applications we using regular RestController declaration our APIs and for some of internal service we only provide RPC apis 。 So can some one help answer how to using this to integrate the existed springboot applications including support the RPC calls。As we have thousands of Springboot Apps it will huge work if change all of them using RestTemplate call
thanks
Hi @alvin-zj, welcome to the community and to OpenZiti!
Thousands of Springboot apps! Excellent!
Can you provide a small sample app somewhere, ideally on GitHub or someplace I/we can clone the source and have a look at what you're doing? A reprentative sample of what you're trying to do really helps us understand exactly what you're looking for. Is that possible?
Hi @TheLumberjack , thanks very much for reply so quickly. Yes I make a simple app in my Github GitHub - alvin-zj/openziti-example: an zero trust project with openziti example , please clone it and have a look. it's just a simple Springboot web apps have only 1 hello API, 80% of our apps are provide reset APIs like this. All I want know is how to integrate the OpenZiti into all these kind of Apps. by the way for the Network part we already installed success.
thanks!
I put a PR up against your example repo update spring boot example by dovholuknf · Pull Request #1 · alvin-zj/openziti-example · GitHub
I think the changes are pretty straight-forward
example gif.

1 Like