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

feat(api): add Kerberos authentication support #99 #100

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

osmolovyk
Copy link
Contributor

add Kerberos authentication support #99

@@ -20,6 +20,8 @@ RUN npm install --omit dev
FROM node:16-alpine
WORKDIR /app

RUN apk add --no-cache krb5 krb5-libs
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats for ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is for Kerberos support inside image. Need it to authenticate on shared resources.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which ressources ? I don't think its a suitable use case to have to add that directly to the base docker image.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is needed for Kerberos authentication while mounting NFS shared folder to save log files into it.

@mathpaquette mathpaquette merged commit 4febd6f into mathpaquette:master Jun 21, 2024
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.

2 participants