diff --git a/dbrepo-auth-service/listeners/target/create-event-listener.jar b/dbrepo-auth-service/listeners/target/create-event-listener.jar index 7e717c5aada04fa7e157ec8dd9f04333955cf816..f1c8ff378169a787cc021fa5cb2eafc7795170a0 100644 Binary files a/dbrepo-auth-service/listeners/target/create-event-listener.jar and b/dbrepo-auth-service/listeners/target/create-event-listener.jar differ diff --git a/dbrepo-dashboard-service/init.py b/dbrepo-dashboard-service/init.py index 294b4802fb82827acefc8bdec4eba850cd9aa0a7..54c01f55ebc063e0b97a4ce799ba4d529e1a5627 100644 --- a/dbrepo-dashboard-service/init.py +++ b/dbrepo-dashboard-service/init.py @@ -57,7 +57,6 @@ def upsert_dashboard(database: Database) -> None: if db is None: db = dashboard_client().create(database.internal_name, database.dashboard_uid) rest_client().update_database_dashboard(database.id, db['uid']) - return dashboard_client().update(database) diff --git a/dbrepo-dashboard-ui/provisioning/datasources/infinity.yaml b/dbrepo-dashboard-ui/provisioning/datasources/infinity.yaml index ce1409240e1f2131cf13ac7bcbe6d5afbebf2a6f..c1f2c78b00842e8b0082a89fd0a59f8ecacff528 100644 --- a/dbrepo-dashboard-ui/provisioning/datasources/infinity.yaml +++ b/dbrepo-dashboard-ui/provisioning/datasources/infinity.yaml @@ -6,12 +6,12 @@ datasources: type: yesoreyeram-infinity-datasource basicAuth: true basicAuthUser: user - url: http://localhost + url: $BASE_URL jsonData: auth_method: 'basicAuth' httpHeaderName1: Accept allowedHosts: - - 'http://localhost' + - '$BASE_URL' secureJsonData: basicAuthPassword: user httpHeaderValue1: application/json diff --git a/helm/dbrepo/files/create-event-listener.jar b/helm/dbrepo/files/create-event-listener.jar index 7e717c5aada04fa7e157ec8dd9f04333955cf816..f1c8ff378169a787cc021fa5cb2eafc7795170a0 100644 Binary files a/helm/dbrepo/files/create-event-listener.jar and b/helm/dbrepo/files/create-event-listener.jar differ