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

helm: support HTTP repository authentication #56058

Closed
cscheib opened this issue May 3, 2019 · 4 comments
Closed

helm: support HTTP repository authentication #56058

cscheib opened this issue May 3, 2019 · 4 comments
Labels
affects_2.9 This issue/PR affects Ansible v2.9 cloud collection:community.general collection Related to Ansible Collections work feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md support:community This issue/PR relates to code supported by the Ansible community.

Comments

@cscheib
Copy link
Contributor

cscheib commented May 3, 2019

SUMMARY

I cannot use the helm module to deploy charts from a private repo. The helm CLI has command line flags for username and password

related documentation: https://helm.sh/docs/helm/#helm-repo-add

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

helm

ADDITIONAL INFORMATION

This would be used where someone has a private helm repository in Artifactory or similar.

@cscheib
Copy link
Contributor Author

cscheib commented May 3, 2019

related issue I created on the upstream pyhelm module: flaper87/pyhelm#63

@ansibot
Copy link
Contributor

ansibot commented May 3, 2019

@ansibot ansibot added affects_2.9 This issue/PR affects Ansible v2.9 cloud feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. labels May 3, 2019
@javajon
Copy link

javajon commented Jul 10, 2019

Same issue. For instance, if one were to us Harbor with ChartMuseum setup on a private K8s cluster then this Ansible Helm module will not work as it's missing feature for authentication to private chart repos.

A workaround is not to use the Ansible Helm module and just use command: helm ....

A clean example is in this playbook.

@ansibot ansibot added collection Related to Ansible Collections work collection:community.general needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md labels Apr 29, 2020
@Akasurde
Copy link
Member

helm module (which is based upon pyhelm Python package) is deprecated in favor of new helm (based upon helm command).

Please feel free to open a new issue in community.kubernetes collection repo.

Thanks.

@sivel sivel removed the needs_triage Needs a first human triage before being processed. label Jun 26, 2020
@ansible ansible locked and limited conversation to collaborators Jul 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.9 This issue/PR affects Ansible v2.9 cloud collection:community.general collection Related to Ansible Collections work feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

No branches or pull requests

5 participants