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

[Investigation] Support Kerberos #808

Closed
fg-j opened this issue Oct 17, 2022 · 2 comments · Fixed by paketo-community/explorations#15
Closed

[Investigation] Support Kerberos #808

fg-j opened this issue Oct 17, 2022 · 2 comments · Fixed by paketo-community/explorations#15
Assignees

Comments

@fg-j
Copy link

fg-j commented Oct 17, 2022

Describe the Investigation

Kerberos is a network authentication protocol that's commonly used by .NET Core applications and is the protocol used by Windows Active Directory. Currently, .NET buildpack users cannot use Kerberos-based authentication/authorization for their apps because required libraries are missing from build and run images. Ideally, the Paketo .NET Core buildpack can support apps that rely on Kerberos. This issue is to investigate how that could be implemented.

Possible Solution

Answer (at least) the following questions on the issue:

  • Which libraries, exactly, are prerequisites for installing Kerberos on Linux?
  • Where can the required libraries be obtained?
  • Do these libraries have to be installed by a root user in order to work properly? (i.e. Do they need to be installed in the stack, or can a buildpack install them?)
@fg-j fg-j moved this to ❓Not scoped in Paketo Workstreams Oct 17, 2022
@ryanmoran ryanmoran self-assigned this Oct 31, 2022
@ryanmoran ryanmoran moved this from ❓Not scoped to 🕵️‍♀️ Exploring in Paketo Workstreams Oct 31, 2022
@ryanmoran
Copy link
Member

RFC to create a new buildpack: paketo-buildpacks/rfcs#258

@fg-j
Copy link
Author

fg-j commented Nov 2, 2022

Closing this investigation issue since there's now an RFC.

@fg-j fg-j closed this as completed Nov 2, 2022
Repository owner moved this from 🕵️‍♀️ Exploring to ✅ Done in Paketo Workstreams Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants