Skip to content

Commit

Permalink
Updated setenv2.sh used by Kaui, added the KAUI_SECRET_KEY_BASE prope…
Browse files Browse the repository at this point in the history
…rty. Assigned default value if not already defined.
  • Loading branch information
vnandwana committed Apr 7, 2024
1 parent a114912 commit fe79795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/templates/kaui/conf/setenv2.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export CATALINA_OPTS="$CATALINA_OPTS

if [ -z ${KAUI_SECRET_KEY_BASE+x} ]; then
export KAUI_SECRET_KEY_BASE=$(head -c 1024 /dev/urandom | base64 | tr -cd "[:upper:][:digit:]" | head -c 129)
fi
fi

0 comments on commit fe79795

Please sign in to comment.