Skip to content

Commit 9afc2fa

Browse files
committed
token changes
1 parent d935a8b commit 9afc2fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ckan/docker-entrypoint.d/02_setup_config.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ if [[ $CKAN_PLUGINS == *"dsetsearch"* ]]; then
1111
REPO_TOKEN=`cat /run/secrets/REPO_TOKEN`
1212
fi
1313

14-
# Show commands that are run
15-
set -x
16-
1714
### Install DASH Search custom plugin at runtime, to avoid baking in secrets
1815
pip3 install -e "git+https://${REPO_TOKEN}@github.com/NCAR/ckanext-dsetsearch.git#egg=ckanext-dsetsearch" && \
1916
pip3 install -r /srv/app/src/ckanext-dsetsearch/pip-requirements.txt
2017

18+
# Show commands that are run (don't show REPO_TOKEN)
19+
set -x
2120

2221
ckan config-tool --edit ./ckan.ini ckan.auth.public_user_details=false
2322
ckan config-tool --edit ./ckan.ini ckan.cors.origin_allow_all=true

0 commit comments

Comments
 (0)