Skip to content
Snippets Groups Projects

gitlab-token - Update rest api client

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -11,19 +11,20 @@
# ----------------------------------------------------------------------
# 2024-10-29 v1.0 <axel.hahn@unibe.ch>
# 2024-10-30 v1.1 <axel.hahn@unibe.ch> GITLAB_TOKEN=SKIP responds OK without tests
# 2024-11-20 v1.2 <axel.hahn@unibe.ch> Update rest api client
# ======================================================================
cd "$( dirname "$0" )" || exit
. "$( dirname $0 )/inc_pluginfunctions" || exit 1
export self_APPVERSION=1.1
export self_APPVERSION=1.2
sSkipvalue="SKIP"
GITLAB_API='https://gitlab.example.com/api/v4'
GITLAB_TOKEN="$sSkipvalue"
GITLAB_CONFIG=/etc/icinga2/gitlab.cfg
REST_CLIENT="/opt/rest-api-client/rest-api-client.sh"
REST_CLIENT="/opt/rest-api-client/http.class.sh"
projectUrls=
Loading