Sean Leonard
Sean Leonard
Updated Install docs for linux.
## Why make this change? - Add back `-x64` file tag in the dab-manifest.json file (`linux-x64`, `osx-x64`, and `win-x64`) - This change will also maintain compat with SWA CLI: https://github.com/Azure/static-web-apps-cli/blob/0055b77b691704f0f383dce0498de851bb81e411/src/core/download-binary-helper.ts#L25...
As a follow up to the improvements from the PR addressing #948 and Ani's suggestion, we could add automated dependency upgrades (minor/patch versions to start with). We can use GitHub's...
Add capability to modify global and entity level cache settings within the CLI. cache properties currently take the form: ```json "cache": { "ttl-seconds": 12, "enabled": true } ``` - `ttl-seconds`...
3.) Evaluate whether we need additional restrictions on the custom client role header (x-ms-api-role) such as max length allowed for the header value, if exceeded, we don’t even process/reject request.
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,...
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...
### Discussed in https://github.com/Azure/data-api-builder/discussions/2158 Originally posted by **wrutkowski-xebia** April 10, 2024 Hello, Why image on Docker Hub is not published by Verified Publisher or Docker Official Image? `mcr.microsoft.com/azure-databases/data-api-builder:tag` `https://hub.docker.com/_/microsoft-azure-databases-data-api-builder` 
As references in #609 , need to add ability to format columns names of database if they are not graphQL best practice. Additionally, when formatting, we need to map back...