Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: signer migration to quarkus #2575

Open
wants to merge 5 commits into
base: XRDDEV-2751
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: quarkus profile for signer, confclient
Refs: XRDDEV-2751
  • Loading branch information
justasnortal committed Jan 24, 2025
commit f3fda2d6c43a399dbc37aedbae2adafff3d5589d
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ done
CP="/usr/share/xroad/jlib/configuration-client.jar"

XROAD_CONFCLIENT_PARAMS=" -Xmx50m -XX:MaxMetaspaceSize=76m -XX:+ExitOnOutOfMemoryError \
-Dlogback.configurationFile=/etc/xroad/conf.d/confclient-logback-service.xml $XROAD_CONFCLIENT_PARAMS"
-Dquarkus.profile=native $XROAD_CONFCLIENT_PARAMS"

apply_local_conf XROAD_CONFCLIENT_PARAMS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ done
CP="/usr/share/xroad/jlib/signer.jar"

XROAD_SIGNER_PARAMS="-Xmx50m -XX:MaxMetaspaceSize=96m \
-Dlogback.configurationFile=/etc/xroad/conf.d/signer-logback.xml $XROAD_SIGNER_PARAMS"
-Dquarkus.profile=native,secret-store $XROAD_SIGNER_PARAMS"

apply_local_conf XROAD_SIGNER_PARAMS
Loading