What is the best way to protect the admin api from...
# talk-kratos
c
What is the best way to protect the admin api from Kratos? I want to build a frontend for it used as an admin ui, that will be publicly available. On Ory network you can create an api access token. When selfhosted, Oathkeeper would be the best option. But with that what would be the best option there? Should I create users with specific permissions via Keto, that can login to that ui specifically?