Hello Frank,
In your etc/org.ops4j.pax.web.cfg file you can set the authentication to -> org.osgi.service.http.secure.enabled=false You also have a secure and non-secure port Default ones: org.osgi.service.http.port=8040 org.osgi.service.http.port.secure=9001 Hope this helps. From: Frank Lyaruu [mailto:[email protected]] Sent: woensdag 7 januari 2015 10:31 To: [email protected] Subject: Disabling authorization in Karaf webconsole Hi Karaf, Is there an easy way to disable the Basic Auth for the webconsole? It conflicts with my own auth. I see that the plain Felix webconsole can be disabled by removing the username value: http://felix.apache.org/site/apache-felix-web-console.html but that does not really translate to the karaf web console, I've tried removing the role and realm setting. Any tips? regards, Frank
