Azure / Azure/static-web-apps

How to restrict static web app to accept traffic from two frontdoor instances?

Open
#602 4 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
346
Forks
67
PR merge metrics
No merged PRs in 30d

Description

Recently I was trying to restrict my static web app to accept traffic from frontdoor only. I found this [article](https://docs.microsoft.com/en-us/azure/static-web-apps/front-door-manual#update-static-web-app-configuration)

Is there any way I can configure two frontdoor IDs in the required header? Something like this -

```
"forwardingGateway": {
"requiredHeaders": {
"X-Azure-FDID" : ["", ""]
},
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.