-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: production | ||
title: Going to Production | ||
--- | ||
|
||
:::warn | ||
|
||
This document is still in development. | ||
|
||
::: | ||
|
||
## Database | ||
|
||
ORY Keto requires a production-grade database such as PostgreSQL, MySQL, | ||
CockroachDB. Do not use SQLite in production! | ||
|
||
### Write API | ||
|
||
Never expose the ORY Keto Write API to the internet unsecured. Always require | ||
authorization. A good practice is to not expose the Write API at all to the | ||
public internet and use a Zero Trust Networking Architecture within your | ||
intranet. | ||
|
||
## Scaling | ||
|
||
There are no additional requirements for scaling ORY Keto, just spin up | ||
another container! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters