This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit b72804618f5883f3ad1e9b42fd48e0e8125ec535 Author: frogfather <[email protected]> AuthorDate: Tue Nov 27 15:35:30 2018 +0000 add oauth filter to service.xml --- rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml index 5fe7f02..f329d77 100644 --- a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml +++ b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml @@ -133,6 +133,7 @@ limitations under the License. <bean class="org.apache.brooklyn.rest.filter.HaHotCheckResourceFilter"/> <bean class="org.apache.brooklyn.rest.filter.EntitlementContextFilter"/> <bean class="org.apache.brooklyn.rest.filter.LoggingResourceFilter"/> + <bean class="org.apache.brooklyn.rest.filter.GoogleOauthFilter"/> <bean class="io.swagger.jaxrs.listing.SwaggerSerializers"/> <bean class="org.apache.brooklyn.rest.util.ShutdownHandlerProvider"> <argument ref="shutdownHandler"/>
