Skip to content

Accessing secure storages #229

Description

@RadiatorSpring

We are building a buildpack and are using packit. The way documented for downloading dependencies from buildpack.toml is using the provided dependency manager.
dependencyManager := postal.NewService(cargo.NewTransport())
packit.Build(runtime.Build(dependencyManager))
It works fine as long as dependencies are from public repositories like maven, but if we want to add a URI to a private storage that in our case stores tar files, we have no way of configuring authentication for it.
It would be amazing if we could have a way to add basic auth to our requests when using this packit dependency manager.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions