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

Allow use of Maven settings for defining registry credentials. #80

Closed
coollog opened this issue Feb 9, 2018 · 0 comments
Closed

Allow use of Maven settings for defining registry credentials. #80

coollog opened this issue Feb 9, 2018 · 0 comments
Assignees
Milestone

Comments

@coollog
Copy link
Contributor

coollog commented Feb 9, 2018

Registry credentials can be defined as servers in Maven settings (~/.m2/settings.xml):

<servers>
  ...
  <server>
    <id>gcr.io</id>
    <username>oauth2accesstoken</username>
    <password>asdfjkl;</password>
  </server>
  ...
</servers>
@coollog coollog added this to the 0.1.1 milestone Feb 9, 2018
@coollog coollog self-assigned this Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant