Skip to content

Commit 377b0f1

Browse files
authored
Merge pull request #145 from dlumbrer/integration-6.8.6
Fix not showing logo when the endpoint is down
2 parents 6c9548a + 759fce9 commit 377b0f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
30.5 KB
Loading

docker/docker_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ "$1" = 'kibana' ]; then
4545
if [ "$LOGIN_BRANDIMAGE" != "" ]; then
4646
sed -e "s|^#searchguard.basicauth.login.brandimage:.*$|searchguard.basicauth.login.brandimage: \"$LOGIN_BRANDIMAGE\"|" -i /opt/kibana/config/kibana.yml
4747
else
48-
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
48+
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
4949
fi
5050

5151
if [ "$LOGIN_TITLE" != "" ]; then

0 commit comments

Comments
 (0)