Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile for Kerberos authentifcation windows #2577

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cricrack76
Copy link

For use this module : gssapi
krb5
kerberos

#2572

I can use kerberos windows authentification if i create this dockerfile

FROM semaphoreui/semaphore:v2.10.35
USER root
RUN apk add --no-cache -U --upgrade libressl-dev cyrus-sasl-gssapiv2 krb5 krb5-libs krb5-dev gcc musl-dev python3-dev
COPY krb5.conf /etc/krb5.conf

@cricrack76
Copy link
Author

Hi,
Doing some tests in docker, the problem seems to come from openss-dev
this is not a package that I added.
I had: libressl-dev cyrus-sasl-gssapiv2 krb5 krb5-libs krb5-dev gcc musl-dev
My test :
image

I have no error but if i tried with openssl-dev :
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant