mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Merge pull request #1665 from zabbix/feat/1298/kerberos-authentication-for-web-monitoring
Kerberos authentication for web monitoring #1298
This commit is contained in:
committed by
Marks Sunins
parent
db38365001
commit
ee64bccad6
@ -41,6 +41,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
fping \
|
||||
iputils \
|
||||
openssl \
|
||||
|
@ -43,6 +43,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -44,6 +44,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -62,6 +62,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
INSTALL_PKGS="bash \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
shadow-utils \
|
||||
fping \
|
||||
iputils \
|
||||
|
@ -44,6 +44,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
ca-certificates \
|
||||
fping \
|
||||
openssl \
|
||||
|
Reference in New Issue
Block a user