[AAI] Fix truststore password to avoid exceptions 06/120406/4
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 2 Apr 2021 06:56:15 +0000 (08:56 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 14 Apr 2021 13:12:34 +0000 (13:12 +0000)
commit495ff8966cee0e8094b3142217985ac39f8b300a
tree6dc321cb6ff7e0fcf9787c777554121b4a7e5751
parent213f6d8d86fceba0cde8c9e805ac31c11ca6eddf
[AAI] Fix truststore password to avoid exceptions

Deployment of aai-resources sometimes fails with exception:

org.springframework.expression.ParseException:
Expression [BH#{XS@*#xoUULIO)eQkxaBA] @2: No ending suffix
'}' for expression starting at character 2: #{XS@*#xoUULIO)eQkxaBA

which basically means that aai-resources (and probably aai-traversal)
are unable to handle special characters that AAF is putting into cert
passwords. To avoid random AAI failures let's use a know method
proposed by Sylvain Desbureaux and just set passwords that contains
only alphanumeric characters.

Issue-ID: OOM-1
Change-Id: I248c2de6e59e4fc073b5a06f6409802634b254cf
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
kubernetes/aai/components/aai-resources/values.yaml
kubernetes/aai/components/aai-traversal/values.yaml