Shiro Security for VS code karavan #1183
-
Hi, is there something / component like Shiro Security available to use in Karavan VScode? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you explain more what you want to do with this in VSCode? Where in Karavan do you see it can be used? There is camel-shiro Which you can use as a route policy. You can configure route policy in karavan. |
Beta Was this translation helpful? Give feedback.
-
@davsclaus I would like to create an API that users can use to generate tokens using Shiro and then these tokens can be used to secure the calls done to other APIs (which include Routes) and all of that will be done by Karavan VS code so could you please show me an example of how to do that route policy inside Karavan VSCode ?
Thanks and I am waiting for your response |
Beta Was this translation helpful? Give feedback.
My team and I are working on using Karavan to create integration projects/services that other components will need to authenticate before using them so we were thinking about also using Karavan to create a central db-less service to be used for Authentication and Authorization
we have Kong already and it seems that we can have what we need there except that it will require a db but it is doable so we will explore that option