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

Support retrieving bindings by buildpacks #107

Closed
arjun024 opened this issue Jan 8, 2021 · 0 comments · Fixed by #228
Closed

Support retrieving bindings by buildpacks #107

arjun024 opened this issue Jan 8, 2021 · 0 comments · Fixed by #228
Assignees

Comments

@arjun024
Copy link
Member

arjun024 commented Jan 8, 2021

Context

Some buildpacks may accept settings/credentials using bindings at build or runtime. A common example would be the host location and credential for an external service.

Issue request

Packit should provide a way for a buildpack to look up and retrieve these bindings.

Example Use case.

See the session handler buildpacks in this proposed PHP RFC. They expect their settings to be provided through a suitable binding.

Related links

https://paketo.io/docs/buildpacks/configuration/#bindings
https://github.com/paketo-buildpacks/rfcs/blob/main/accepted/0010-dependency-mappings.md
https://github.com/paketo-buildpacks/maven/tree/v3.2.1#bindings

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 a pull request may close this issue.

2 participants