mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Uptime] overwrite SYNTHETICS_REMOTE_KIBANA_URL if defined in environment (#124183)
This commit is contained in:
parent
62fbaf83d4
commit
782f396822
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export SYNTHETICS_REMOTE_KIBANA_USERNAME
|
|||
SYNTHETICS_REMOTE_KIBANA_PASSWORD="$(retry 5 5 vault read -field=password secret/kibana-issues/dev/kibana-ci-synthetics-remote-credentials)"
|
||||
export SYNTHETICS_REMOTE_KIBANA_PASSWORD
|
||||
|
||||
SYNTHETICS_REMOTE_KIBANA_URL="$(retry 5 5 vault read -field=url secret/kibana-issues/dev/kibana-ci-synthetics-remote-credentials)"
|
||||
SYNTHETICS_REMOTE_KIBANA_URL=${SYNTHETICS_REMOTE_KIBANA_URL-"$(retry 5 5 vault read -field=url secret/kibana-issues/dev/kibana-ci-synthetics-remote-credentials)"}
|
||||
export SYNTHETICS_REMOTE_KIBANA_URL
|
||||
|
||||
# Setup Failed Test Reporter Elasticsearch credentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue