AAA-147: Jolokia credentials are backed by AAA
[controller.git] / opendaylight / commons / jolokia / src / main / resources / org.jolokia.osgi.cfg
1 #ODL Default Jolokia Configuration File
2
3 # The default strategy is to use "service-all", which requires AAA to be installed to access
4 # Jolokia REST endpoints at runtime.  AAA is responsible for creating and registering the
5 # Authenticator service with the OSGi service registry.
6 org.jolokia.authMode=service-all
7
8 # The below may be uncommented by the operator to enable basic authentication for Jolokia. Prior
9 # to the Oxygen release, only basic authentication was available.  This is provided to show how
10 # backwards compatibility can be achieved.
11 #org.jolokia.authMode=basic
12 #org.jolokia.user=admin
13 #org.jolokia.password=admin