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 Marks Sunins
parent db38365001
commit ee64bccad6
20 changed files with 20 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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