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

Store basic auth credentials in Secret for Image with blob source. #161

Open
JMesens opened this issue Mar 9, 2021 · 0 comments
Open

Store basic auth credentials in Secret for Image with blob source. #161

JMesens opened this issue Mar 9, 2021 · 0 comments

Comments

@JMesens
Copy link

JMesens commented Mar 9, 2021

Currently I pass the basic auth credentials in the blob-url of an Image.

        apiVersion: kpack.io/v1alpha1
        kind: Image
        metadata:
          name: image-name
        spec:
          source:
            blob:
              url: https://user:longsupersecurepassword@maven/v1/group/version/artifact-version.jar

It would be nice if the user:longsupersecurepassword credentials for basic auth also could be configured through a Secret so they don't have to be passed in the url.

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

No branches or pull requests

1 participant