Hi, I’ve few queries around external backend URL access setup in Forge app manifest file.
Below is my current implementation and my query
Intention: Jira User / Admin fills up a form where they enter their ACCELQ(External System) credentials to establish connection between Jira and ACCELQ to allow REST API calls to hit ACCELQ server.
Now we have two kinds of ACCELQ servers - On Cloud whose URL is *.accelq.io and On Premise URL where client have full control over domain name (*)
So the question is will Forge allow setting up star as the value under external → fetch → backend. If not, then what are other options?
```
permissions:
Can I do just “*”. That would save us from re-uploading the app whenever we onboard a new on premise client? Because we cannot enforce clients on their on-premise domain urls.