From 08ce44cde738094bf2216211723fb17f47dd0078 Mon Sep 17 00:00:00 2001 From: Matthew Felgate Date: Wed, 3 Aug 2022 09:18:21 -0400 Subject: [PATCH] Update debify file to hold env so thta it can be used in the ui --- distrib/docker-debify | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distrib/docker-debify b/distrib/docker-debify index 3df944b..14033a4 100755 --- a/distrib/docker-debify +++ b/distrib/docker-debify @@ -36,6 +36,9 @@ export CONJUR_SSL_CERTIFICATE="$(< $(conjur_config cert_file))" tty=$(tty -s && echo "-t" || true) docker run -i $tty --rm \ -e GLI_DEBUG -e DEBUG \ + -e OKTA_CLIENT_SECRET -e ID_TOKEN_USER_PROPERTY \ + -e OKTA_CLIENT_ID -e OKTA_PROVIDER_URI \ + -e OKTA_USERNAME -e OKTA_PASSWORD \ -e CONJUR_APPLIANCE_URL -e CONJUR_SSL_CERTIFICATE \ -e GIT_BRANCH -e BRANCH_NAME \ -e ARTIFACTORY_USER -e ARTIFACTORY_PASSWORD \