Sam Corbett created BROOKLYN-43:
-----------------------------------

             Summary: Build fails if user has configured web security in 
brooklyn.properties
                 Key: BROOKLYN-43
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-43
             Project: Brooklyn
          Issue Type: Bug
            Reporter: Sam Corbett


BrooklynNodeRestTest.testBrooklynNodeRestDeployAndMirror fails if you have any 
security configured in your brooklyn.properties file that isn't admin/password.

The SimpleYamLauncher has already configured and loaded 
BrooklynPropertiesSecurityFilter so it is not enough to configure the 
BrooklynNode with:
{code}
            BrooklynNode bn = 
app.createAndManageChild(EntitySpec.create(BrooklynNode.class, 
SameBrooklynNodeImpl.class)
                   .configure(BrooklynNode.NO_WEB_CONSOLE_AUTHENTICATION, 
true));
{code}
 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to