mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 08:17:34 +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:
parent
88d8a99aec
commit
46d93cc1cf
@ -43,6 +43,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
iputils \
|
||||
openssl \
|
||||
libcap \
|
||||
|
@ -45,6 +45,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
gzip \
|
||||
libssh \
|
||||
file-libs \
|
||||
|
@ -46,6 +46,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
file-libs \
|
||||
fping \
|
||||
|
@ -64,6 +64,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
shadow-utils \
|
||||
fping \
|
||||
iputils \
|
||||
|
@ -46,6 +46,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
ca-certificates \
|
||||
fping \
|
||||
openssl \
|
||||
|
@ -42,6 +42,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
fping \
|
||||
iputils \
|
||||
openssl \
|
||||
|
@ -44,6 +44,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -45,6 +45,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -63,6 +63,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
shadow-utils \
|
||||
fping \
|
||||
iputils \
|
||||
|
@ -45,6 +45,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
ca-certificates \
|
||||
fping \
|
||||
openssl \
|
||||
|
@ -43,6 +43,7 @@ RUN set -eux && \
|
||||
fping \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
tzdata \
|
||||
iputils \
|
||||
openssl \
|
||||
|
@ -45,6 +45,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
hostname \
|
||||
file-libs \
|
||||
iputils \
|
||||
|
@ -46,6 +46,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
hostname \
|
||||
file-libs \
|
||||
tzdata \
|
||||
|
@ -64,6 +64,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
fping \
|
||||
shadow-utils \
|
||||
iputils \
|
||||
|
@ -45,6 +45,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
iputils-ping \
|
||||
|
@ -42,6 +42,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
|
@ -47,6 +47,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
traceroute \
|
||||
hostname \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
iputils \
|
||||
traceroute \
|
||||
libevent \
|
||||
|
@ -48,6 +48,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
hostname \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
iputils \
|
||||
tzdata \
|
||||
traceroute \
|
||||
|
@ -45,6 +45,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
iputils-ping \
|
||||
|
Loading…
x
Reference in New Issue
Block a user