Bug 3231 jolokia access should be controlled by aaa 76/28976/9
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 29 Oct 2015 18:48:59 +0000 (14:48 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 17 Nov 2015 01:06:10 +0000 (01:06 +0000)
Due to unfortunate lack of support, we are going to have to just use
basic authentication from config file for now.  I have committed this
patch to upstream jolokia:
https://github.com/rhuss/jolokia/pull/225
which will unlock power for us to use AAA.  However, this won't be
available until a new release is cut on Jolokia's end.

The only options for jolokia-osgi bundle for authentication are basic
file authn (which is implemented in this proposed changeset) and JAAS.
ODL's JAAS is unencrypted and generally disregarded, so basic file
authN was chosen.  By default, the credentials are admin/admin.

Change-Id: I35770bcf13b3cb32e59685e9bbf0ef47d73d132f
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>

No differences found