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
Copy file name to clipboardexpand all lines: frontend/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -77,12 +77,17 @@ curl -X GET "localhost:8443/subscriptions/00000000-0000-0000-0000-000000000000/r
77
77
```
78
78
79
79
Create or Update a HcpOpenShiftClusterResource
80
+
80
81
```bash
81
82
curl -X PUT "localhost:8443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-test-rg/providers/Microsoft.RedHatOpenShift/hcpOpenShiftClusters/dev-test-cluster?api-version=2024-06-10-preview" \
You will notice that the request contains a `X-Ms-Identity-Url` with the value `https://dummyhost.identity.azure.net`. Setting the `X-Ms-Identity-Url` HTTP header when interacting directly
89
+
with the Frontend is required. However, forthe environments where a real managed identities data plane does not exist the value can be any arbitrary/dummy HTTPS URL that endsin`identity.azure.net`.
0 commit comments