diff options
author | Michael Mokry <michael.mokry@att.com> | 2019-05-15 12:54:25 -0500 |
---|---|---|
committer | Michael Mokry <michael.mokry@att.com> | 2019-05-16 06:44:41 -0500 |
commit | edaece07fe7f9e6d87f01fb1bf42817f55fc59f1 (patch) | |
tree | 1455530d18620031cd9bcb32a6dce17ddc79e9d6 /applications/guard/src/test/resources/xacml.properties | |
parent | 94e5df6ef912175239ab1ab48ca169fd90878c26 (diff) |
Change to fix SQLInvalidAuthorizationSpecException
Added code to decode password and set property
Change-Id: Ied806fcceeaa44d53ca39af636da620fb824e41d
Issue-ID: POLICY-1760
Signed-off-by: Michael Mokry <michael.mokry@att.com>
Diffstat (limited to 'applications/guard/src/test/resources/xacml.properties')
-rw-r--r-- | applications/guard/src/test/resources/xacml.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/guard/src/test/resources/xacml.properties b/applications/guard/src/test/resources/xacml.properties index 3d4d025c..252143ea 100644 --- a/applications/guard/src/test/resources/xacml.properties +++ b/applications/guard/src/test/resources/xacml.properties @@ -50,4 +50,4 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome javax.persistence.jdbc.driver=org.h2.Driver javax.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE javax.persistence.jdbc.user=policy -javax.persistence.jdbc.password=P01icY +javax.persistence.jdbc.password=UDAxaWNZ |