Github user ahgittin commented on the pull request:

    https://github.com/apache/brooklyn-server/pull/93#issuecomment-203560463
  
    Two problems seen so far with OSGi:
    * the jclouds issue (commented above)
    * if brooklyn is configured to allow *anyone* to log in, the LoginModule 
doesn't seem to work; it looks like `LoginModule` is only activated if basic 
auth is suppled by the HTTP.  so if an auth-less request comes in, the server 
returns 401 unauthorized without even calling to Brooklyn code.  (tried w the 
`BrooklynJavascriptGuiLauncher` but i think the problem might also exist w 
karaf startup, ie anything using CXF / LoginModule.)  we should probably hook 
in at the `SecurityHandler` level, or as a custom filter?
    
    Need someone who knows more about OSGi to look at these! /cc @CMoH @neykov 
    
    I'm also having trouble seeing the `catalog.bom` files load but I know my 
way around that better so can investigate there.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to