Skip to content

Commit 59ac31c

Browse files
authored
#544: add script to download auth adaptor (#545)
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
1 parent d9cd2de commit 59ac31c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

kernel/kernel-keymanager-service/configure_start.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,13 @@ cd $DIR_NAME && chmod +x install.sh && sudo ./install.sh && chmod a-w install.sh
3838
echo "Installation complete"
3939
cd $work_dir
4040

41+
echo "Downloading IAM adapter..."
42+
wget -q "${iam_adapter_url_env}" -O "${loader_path_env}/kernel-auth-adapter.jar"
43+
44+
spring_args=""
45+
46+
if [ -n "$spring_config_name_env" ]; then
47+
spring_args="-Dspring.cloud.config.name=${spring_config_name_env}"
48+
fi
4149

4250
exec "$@"

0 commit comments

Comments
 (0)