Merge pull request #1665 from zabbix/feat/1298/kerberos-authentication-for-web-monitoring

Kerberos authentication for web monitoring #1298
This commit is contained in:
Alexey Pustovalov 2025-03-24 16:52:24 +09:00 committed by GitHub
commit d0546225ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 20 additions and 0 deletions

View File

@ -50,6 +50,7 @@ RUN set -eux && \
tzdata \
traceroute \
nmap \
krb5 \
iputils \
openssl \
libcap \

View File

@ -52,6 +52,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libevent \
traceroute \
nmap \
krb5-workstation \
gzip \
libssh \
file-libs \

View File

@ -53,6 +53,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libevent \
traceroute \
nmap \
krb5-workstation \
libssh \
file-libs \
fping \

View File

@ -71,6 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-workstation \
shadow-utils \
fping \
iputils \

View File

@ -53,6 +53,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
tzdata \
traceroute \
nmap \
krb5-user \
ca-certificates \
fping \
openssl \

View File

@ -48,6 +48,7 @@ RUN set -eux && \
tzdata \
traceroute \
nmap \
krb5 \
fping \
iputils \
openssl \

View File

@ -50,6 +50,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libevent \
traceroute \
nmap \
krb5-workstation \
libssh \
fping \
file-libs \

View File

@ -51,6 +51,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libevent \
traceroute \
nmap \
krb5-workstation \
libssh \
fping \
file-libs \

View File

@ -69,6 +69,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-workstation \
shadow-utils \
fping \
iputils \

View File

@ -51,6 +51,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
tzdata \
traceroute \
nmap \
krb5-user \
ca-certificates \
fping \
openssl \

View File

@ -50,6 +50,7 @@ RUN set -eux && \
fping \
traceroute \
nmap \
krb5 \
tzdata \
iputils \
openssl \

View File

@ -52,6 +52,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
fping \
traceroute \
nmap \
krb5-workstation \
hostname \
file-libs \
iputils \

View File

@ -53,6 +53,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
fping \
traceroute \
nmap \
krb5-workstation \
hostname \
file-libs \
iputils \

View File

@ -71,6 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-workstation \
fping \
shadow-utils \
iputils \

View File

@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-user \
tzdata \
ca-certificates \
iputils-ping \

View File

@ -49,6 +49,7 @@ RUN set -eux && \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5 \
fping \
tzdata \
iputils \

View File

@ -54,6 +54,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
traceroute \
hostname \
nmap \
krb5-workstation \
iputils \
traceroute \
libevent \

View File

@ -55,6 +55,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
hostname \
traceroute \
nmap \
krb5-workstation \
iputils \
traceroute \
libevent \

View File

@ -71,6 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-workstation \
fping \
shadow-utils \
iputils \

View File

@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-user \
tzdata \
ca-certificates \
iputils-ping \