-
Is it safe? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @nmapx |
Beta Was this translation helpful? Give feedback.
-
Is it safe? |
Beta Was this translation helpful? Give feedback.
-
Hello @nmapx |
Beta Was this translation helpful? Give feedback.
Hello @nmapx
While Ory Keto implements all Go best practices around running public-facing production HTTP servers, it is generally discouraged to have Ory Keto facing the public net directly. Even though it's behind a firewall, gateway, and proxy, it's recommended to run Ory Keto behind an API gateway or a load balancer for additional security.
Specifically, it's a good practice not to expose the Write API at all to the public internet. The Read API should also be protected as depending on your use case, it can reveal sensitive information (for example, who has permission to do something).