Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
* Make script PDO_LOG_LEVEL aware
* Remove unnecessary env check which leads to misleading ERROR messages
  when running no-config docker

Signed-off-by: Michael Steiner <[email protected]>
  • Loading branch information
Michael Steiner committed Apr 8, 2024
1 parent 1167c6c commit a8c434a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion common/crypto/verify_ias_report/fetch_ias_certificates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# -----------------------------------------------------------------
# -----------------------------------------------------------------
source ${PDO_SOURCE_ROOT}/bin/lib/common.sh
check_pdo_build_env

IAS_CERTIFICATE_URL=$1

Expand Down
4 changes: 2 additions & 2 deletions eservice/bin/register-with-ledger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ function Store {
yell PDO_FORCE_IAS_PROXY is true
NO_PROXY='' no_proxy='' try eservice-enclave-info \
--save ${eservice_enclave_info_file} \
--loglevel info \
--loglevel ${PDO_LOG_LEVEL} \
--logfile __screen__ \
--identity ${ESERVICE_IDENTITY} \
--config ${ESERVICE_TOML} \
--config-dir ${ETCDIR}
else
try eservice-enclave-info \
--save ${eservice_enclave_info_file} \
--loglevel info \
--loglevel ${PDO_LOG_LEVEL} \
--logfile __screen__ \
--identity ${ESERVICE_IDENTITY} \
--config ${ESERVICE_TOML} \
Expand Down

0 comments on commit a8c434a

Please sign in to comment.