Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
#489 add handling of empty value case
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnov committed Mar 16, 2018
1 parent 52b4f68 commit 0c04607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/etc/init/planb-tokeninfo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ script
export REVOCATION_PROVIDER_URL="$config_revocation_provider_url"
export BUSINESS_PARTNERS="$config_tokeninfo_business_partners"
export ENABLE_INTROSPECTION="$config_tokeninfo_enable_introspection"
if test -z "$ENABLE_INTROSPECTION"
then
export ENABLE_INTROSPECTION="False"
fi
/opt/taupage/bin/planb-tokeninfo
end script

0 comments on commit 0c04607

Please sign in to comment.