Skip to content

Commit

Permalink
Merge pull request #145 from dlumbrer/integration-6.8.6
Browse files Browse the repository at this point in the history
Fix not showing logo when the endpoint is down
  • Loading branch information
dlumbrer authored Apr 17, 2020
2 parents 6c9548a + 759fce9 commit 377b0f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docker/assets/bitergia_login_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docker/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "$1" = 'kibana' ]; then
if [ "$LOGIN_BRANDIMAGE" != "" ]; then
sed -e "s|^#searchguard.basicauth.login.brandimage:.*$|searchguard.basicauth.login.brandimage: \"$LOGIN_BRANDIMAGE\"|" -i /opt/kibana/config/kibana.yml
else
sed -e "s|^#searchguard.basicauth.login.brandimage:.*$|searchguard.basicauth.login.brandimage: 'https://bitergia.com/assets/img/bitergia_logo-907x227.png'|" -i /opt/kibana/config/kibana.yml
sed -e "s|^#searchguard.basicauth.login.brandimage:.*$|searchguard.basicauth.login.brandimage: 'https://raw.githubusercontent.com/chaoss/grimoirelab-kibiter/integration-6.8.6/docker/assets/bitergia_login_logo.png'|" -i /opt/kibana/config/kibana.yml
fi

if [ "$LOGIN_TITLE" != "" ]; then
Expand Down

0 comments on commit 377b0f1

Please sign in to comment.