You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`APIM_ENV`| The APIM environment you're testing against |`internal-dev`||
32
+
|`auth_token`| The auth token to use when accessing APIM |`your-auth-token-here`| x |
33
+
34
+
### 4. Developer Hub Application Setup
24
35
25
36
Register an application on the [Internal Developer Hub](https://dos-internal.ptl.api.platform.nhs.uk/Index):
26
37
27
38
1. Generate a public/private key pair
28
39
2. Upload the public key to your application
29
40
3. Copy the **Active API Key** and set it as the `JWT_SECRET` environment variable in Bruno
30
41
31
-
### 4. Configure Proxy Endpoint
42
+
### 5. Configure Proxy Endpoint
32
43
33
-
The POST request URL automatically targets your preview environment proxy using the `PR_NUMBER` environment variable, which you will need to set. The URL follows this format:
44
+
The POST request URL automatically targets your preview environment proxy using the `PR_NUMBER`and `APIM_ENV`environment variables, which you will need to set. The URL follows this format:
0 commit comments