Skip to content

Commit

Permalink
Default LOG_KB_TLS_ENABLE to false
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Feb 16, 2021
1 parent 339f91d commit f193a49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logging/bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ if [ "$SAS_LOGGING_COMMON_SOURCED" = "" ]; then
#if TLS (w/in cluster; for all monitoring components) is requested, require TLS into Kibana pod, too
export TLS_ENABLE="${TLS_ENABLE:-false}"
log_debug "logging/common.sh (incoming): TLS_ENABLE=$TLS_ENABLE"
export LOG_KB_TLS_ENABLE=${LOG_KB_TLS_ENABLE:-$TLS_ENABLE}
# defaulting LOG_KB_TLS_ENABLE to 'false' for now, probably should default to TLS_ENABLE
export LOG_KB_TLS_ENABLE=${LOG_KB_TLS_ENABLE:-false}
# TLS is required for logging components so hard-code to 'true'
export TLS_ENABLE="true"
fi
Expand Down

0 comments on commit f193a49

Please sign in to comment.