Skip to content
Snippets Groups Projects
Commit ded7bbd0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

gitlab-token - Update rest api client

parent 6d2190d5
No related branches found
No related tags found
1 merge request!286gitlab-token - Update rest api client
...@@ -11,19 +11,20 @@ ...@@ -11,19 +11,20 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# 2024-10-29 v1.0 <axel.hahn@unibe.ch> # 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-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 cd "$( dirname "$0" )" || exit
. "$( dirname $0 )/inc_pluginfunctions" || exit 1 . "$( dirname $0 )/inc_pluginfunctions" || exit 1
export self_APPVERSION=1.1 export self_APPVERSION=1.2
sSkipvalue="SKIP" sSkipvalue="SKIP"
GITLAB_API='https://gitlab.example.com/api/v4' GITLAB_API='https://gitlab.example.com/api/v4'
GITLAB_TOKEN="$sSkipvalue" GITLAB_TOKEN="$sSkipvalue"
GITLAB_CONFIG=/etc/icinga2/gitlab.cfg 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= projectUrls=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment