Skip to content

Commit e12642b

Browse files
authored
Update index.mdx
1 parent 27daa5c commit e12642b

File tree

1 file changed

+2
-2
lines changed
  • content/docs/guides/(data-access)/proxy-and-plug-in-implementation

1 file changed

+2
-2
lines changed

content/docs/guides/(data-access)/proxy-and-plug-in-implementation/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The proxy approach is just one of several ways to apply the safety layer in your
1616
UserClouds offers three broad types of proxies, each of which can be used to control access and apply policies to your data:
1717

1818
1. **SQL Proxies** – Applied to structured databases like RDS, these proxies intercept SQL queries, allowing you to enforce access policies, mask or tokenize sensitive data, and log query activity.
19-
2. **NoSQL Proxies** – Used with NoSQL databases like S3, MongoDB or DynamoDB, these proxies manage unstructured or semi-structured data, applying access policies and logging access, without transforming the data.
20-
3. **API Proxies** – Used for REST or GraphQL APIs, these proxies sit between the application and external services or microservices, controlling and logging data access, and applying policies to API calls.
19+
2. **NoSQL Proxies** – Used with Object Stores like S3 or NoSQL databases like MongoDB or DynamoDB, these proxies manage unstructured or semi-structured data, applying access policies and logging access, without transforming the data. Currently only S3 is supported.
20+
3. **API Proxies** – Used for REST or GraphQL APIs, these proxies sit between the application and external services or microservices, controlling and logging data access, and applying policies to API calls. Not yet supported.
2121

2222
Each of these proxies sits between the application and data source, intercepting requests to ensure secure, controlled access, with minimal code changes required.
2323

0 commit comments

Comments
 (0)