Updated git submodules
authorRyan Goulding <ryandgoulding@gmail.com>
Tue, 21 Nov 2017 18:46:34 +0000 (13:46 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 22 Nov 2017 17:39:38 +0000 (17:39 +0000)
commit2cf76c8e4ddbac7cb0063bb69eab8a779f02685d
tree6d5b5f3e60f5f1278292b23428282bcaa430d1d5
parent3bf6ed19165fcdf64c8b682b1d22ed0beb00dffd
Updated git submodules

Project: aaa stable/carbon f8af7c245fa40c142c8ae2bc859a66989d7acb35

AAA-151:  Invalidate claim cache for CLI initiated changes

The AAA IDM REST handlers already invoke the clearing of the
IdmLightProxy claimCache upon user update, but the CLI Handler did
not handle this properly.  This change manually invokes the claim
invalidation.

Access to AAA CLI commands requires access to the karaf console via
client or SSH.  Thus, system level access is needed to some degree
to invoke such commands.  The major threat involves the action of
an administrator changing a user password via CLI, and then still
being able to invoke the old password because the claimCache is not
purged.  This is why a reboot of karaf solves this issue;  the
claimCache is flushed.  We should not expect our users/administrators
to assume this in the future;  this change explicitly invokes
the claimCache flush.

AAA-151 affects Carbon, Nitrogen, and master.

Change-Id: Ie3101d4dc2bbb6d0db91ddad4d567a41d041150d
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
docs/submodules/aaa