deviceinsight / helm-maven-plugin

Maven Plugin for Helm Charts
Apache License 2.0
46 stars 22 forks source link

Add support for authenticating using maven's settings.xml server credentials #113

Closed mruzicka closed 1 year ago

mruzicka commented 3 years ago

Adds a new configuration parameter - chartRepoServerId - which can be used to specify the ID of the server definition from maven's settings.xml. When specified the credentials from the server definition are used to authenticate to the helm chart repository. If both chartRepoUsername/chartRepoPassword and chartRepoServerId are specified then the values specified in chartRepoUsername/chartRepoPassword take precedence.

mwalser commented 1 year ago

Thank you for the PR @mruzicka! I apologize for the long time it took to merge it.