-
Hi! Ory Kratos service_version=v0.7.3-alpha.1 For test, I registered one user with email [email protected]. I can make the following API calls without any tokens. Why? Request: Response
Request Response
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ory Kratos does not tell you how to protect the Admin API endpoint. You can do that any way you like - using proxies such as Ory Oathkeeper, Nginx, Kong, ... It's up to you how you want to secure the Admin API. You can of course also chose not to expose the Admin API to the public internet, in which case, it might be easier to secure depending on your security context. |
Beta Was this translation helpful? Give feedback.
Ory Kratos does not tell you how to protect the Admin API endpoint. You can do that any way you like - using proxies such as Ory Oathkeeper, Nginx, Kong, ...
It's up to you how you want to secure the Admin API. You can of course also chose not to expose the Admin API to the public internet, in which case, it might be easier to secure depending on your security context.