Closed sezal98 closed 4 days ago
Below are the requirements for adding support for updating runtime section of the config using dab-configure command.
dab-configure
Development
Production
true
false
StaticWebApps
AppService
AzureAD
Jwt
Design guide: Design guide: https://github.com/Azure/data-api-builder/blob/main/docs/design/dab-configure.md
Have a look at the original issue: https://github.com/Azure/data-api-builder/issues/2251 Attached to this issue are other PRs which can be used to get better understanding.
NOTE: Feel free to break the task into multiple PRs such as rest/graphql/host.
Below are the requirements for adding support for updating runtime section of the config using
dab-configure
command.host.mode
Development
,Production
host.cors.origins
host.cors.allow-credentials
true
,false
(default:false
)host.authentication.provider
StaticWebApps
,AppService
,AzureAD
,Jwt
host.authentication.jwt.audience
host.authentication.jwt.issuer
Design guide: Design guide: https://github.com/Azure/data-api-builder/blob/main/docs/design/dab-configure.md
Have a look at the original issue: https://github.com/Azure/data-api-builder/issues/2251 Attached to this issue are other PRs which can be used to get better understanding.
NOTE: Feel free to break the task into multiple PRs such as rest/graphql/host.