[AAI] Fix truststore password to avoid exceptions 51/120151/5
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 2 Apr 2021 06:56:15 +0000 (08:56 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 6 Apr 2021 12:36:55 +0000 (12:36 +0000)
commit588079420a5c225db6131cc166e75f1fe026c79e
tree153d8fee3b4466e0ccc1b05ea3f8c28fbd1c01bd
parent58516015120dfad3aa6bd3ad251879b060ec640b
[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