This PR fixes the geoserver e2e test, which was having errors since the latest changes on the proxy for the geoserver service and on the all-public-access component on birdhouse.
Requests sent to the Geoserver rest API now also require the Magpie admin credentials (along with the geoserver admin credentials) since they now pass through Twitcher. Also, Geoserver test permissions have been adjusted since geoserver access is now allowed instead of denied by default with the optional-component all-public-access.
Overview
This PR fixes the geoserver e2e test, which was having errors since the latest changes on the proxy for the geoserver service and on the
all-public-access
component on birdhouse.Requests sent to the Geoserver rest API now also require the Magpie admin credentials (along with the geoserver admin credentials) since they now pass through Twitcher. Also, Geoserver test permissions have been adjusted since geoserver access is now allowed instead of denied by default with the optional-component
all-public-access
.Successfully tested on Jenkins