-
Notifications
You must be signed in to change notification settings - Fork 0
Our deployment is breaking the proxies separation of concerns #232
Copy link
Copy link
Open
Labels
area: uop/stfcAn issue relating to the STFC user office project.An issue relating to the STFC user office project.origin: projectAn issue relating to a project.An issue relating to a project.type: refactorThe issue describes an internal change in our applications to improve developer experience.The issue describes an internal change in our applications to improve developer experience.
Milestone
Metadata
Metadata
Assignees
Labels
area: uop/stfcAn issue relating to the STFC user office project.An issue relating to the STFC user office project.origin: projectAn issue relating to a project.An issue relating to a project.type: refactorThe issue describes an internal change in our applications to improve developer experience.The issue describes an internal change in our applications to improve developer experience.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The proxy configuration is set up to separate dev from prod, internal domains and services from public ones, and websites from APIs.
However, for the proposals system, we're using the same external web proxies for both the website and the API.
This doesn't feel right. I think the API should instead be provided on the internal api proxy.