You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Ory Keto for my project. I already created keto service and it works fine. However, before I deploy it, I want to add some security for requests. I know that I can use Ory OathKeeper, but I want some simpler solution as API Token check. In @ory/keto-client for js there's the apiKey argument in BaseAPI configuration (so I guess API Token check is possible). However I couldn't find any information how to create this check on Ory Keto side. How can I implement such check? Or maybe there're some better solutions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use Ory Keto for my project. I already created keto service and it works fine. However, before I deploy it, I want to add some security for requests. I know that I can use Ory OathKeeper, but I want some simpler solution as API Token check. In @ory/keto-client for js there's the apiKey argument in BaseAPI configuration (so I guess API Token check is possible). However I couldn't find any information how to create this check on Ory Keto side. How can I implement such check? Or maybe there're some better solutions?
Beta Was this translation helpful? Give feedback.
All reactions