data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.

Results 387 data-api-builder issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
auth

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: ```...

enhancement
auth

### 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...

documentation
enhancement
usability
security
backlog

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...

perf

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,...

usability
improvement
testing
engine

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...

enhancement
graphql
security
rfc

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...

auth
investigation
security

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...

enhancement
auth

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...

improvement
known-issue

# 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...

needs discussion
rfc