Docker Kerberos authentification windows #2572
cricrack76
started this conversation in
Show and tell
Replies: 2 comments
-
Could you create PR? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I think my request relates to the following problem : #2490
When I wanted to use your docker image, I couldn't connect to my windows machines via Kerberos/AD authentication.
I had an error when running docker because it failed to add the krb5, kerberos and gssapi modules
I modified your image via this dockerfile.
FROM semaphoreui/semaphore:v2.10.35
USER root
RUN apk add --no-cache -U --upgrade krb5-libs krb5 libressl-dev cyrus-sasl-gssapiv2 krb5 krb5-dev gcc musl-dev python3-dev
COPY krb5.conf /etc/krb5.conf
and in the requirements.txt :
for common jinja-filters
netaddr
jmespath
for common modules
pywinrm
passlib
requests
docker
pyvmomi
gssapi
krb5
kerberos
--
After these changes I was able to connect to my windows servers via kerberos/AD.
Can you add the necessary in your docker image to allow this connection?
Otherwise can you indicate it in your documentation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions