[UUI] Automatically retrieve certificates 42/118542/23
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 25 Feb 2021 17:07:55 +0000 (18:07 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Sat, 6 Nov 2021 21:45:24 +0000 (21:45 +0000)
commite6a1a372edd6ecb6bd480e72558cbb33d0665541
treeea77a5ec2b9b0f90553ecd614bc7240475ac9186
parent3e3ae05ea1f29974f1ff76f9898d9041b0277d17
[UUI] Automatically retrieve certificates

Instead of using hardcoded certificates, let's use certInitializer in
order to retrieve them.

Issue-ID: OOM-2695
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I673b3c7b8087c150b1e4c1d522b92ec08260ec09
20 files changed:
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/artifact.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/cred.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/ns.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/perm.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/role.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/user_role.dat
kubernetes/aaf/resources/data/identities.dat
kubernetes/uui/Makefile [new file with mode: 0644]
kubernetes/uui/components/Makefile [new file with mode: 0644]
kubernetes/uui/components/uui-server/requirements.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-server/resources/config/application.properties [new file with mode: 0644]
kubernetes/uui/components/uui-server/resources/entrypoint/run.sh [new file with mode: 0644]
kubernetes/uui/components/uui-server/templates/configmap.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-server/templates/deployment.yaml
kubernetes/uui/components/uui-server/values.yaml
kubernetes/uui/requirements.yaml
kubernetes/uui/resources/config/server.xml [new file with mode: 0644]
kubernetes/uui/templates/configmap.yaml [new file with mode: 0644]
kubernetes/uui/templates/deployment.yaml
kubernetes/uui/values.yaml