data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
M1/1.5 met the requirement of adding support for Database Policies. This next iteration is to apply policies at the request level: policy resolution does not result in database query predicates,...
As per discussion here: #1094, it would be good to have a way to define which element of the received JWT token are passed into the SESSION_CONTEXT. For example: ```...
### What happened? We have multiple container apps trying to connect to an Azure SQL Database. These container apps all use the same user-assigned managed identity (UAMI) and system-assigned managed...
This issue tracks the follow-up items from the observations presented for the issue #1220 Perform a load test with the following test setup 1. Deploy DAB image in ACI. The...
Our testing is thorough and is crucial to ensure the feature integrity for all the databases and api-s we support. Understandably, due to the ever growing nature of our tests,...
Currently, we do not limit the amount of nesting in our graphQl queries, which can result in long running queries. **Things to keep in mind:** 1. Find the limiting depth...
Evaluate whether social providers include roles in their access tokens, i.e. via a `role` claim. - If role claim(s) are included: - Can an end user can arbitrarily add themselves...
To further enhance the authorization policy capability, add the ability to map to nested tables/columns. For example: - Database Policy: Entity (book) `"New Starch Press" eq @item().publisher_id.name` Because the policy...
We should be able to automatically detect if a column contains JSON data and avoid escaping it in the output. Right now if I have the following table: ``` create...
# Summary Add support for the Relay GraphQL standard # Motivation Relay provides quite a lot of useful features to front-developers and given that fact that it is almost a...