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

How use Navig8 if chart repo is password protected? #11

Open
HarryStarLord opened this issue Mar 9, 2023 · 1 comment
Open

How use Navig8 if chart repo is password protected? #11

HarryStarLord opened this issue Mar 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@HarryStarLord
Copy link

I am trying to use navig8 for chart repo that is hosted on private github repo.
I using docker with following command

docker run -p 8080:80 \
  --env NAVIG8_USE_PROXY=true \
  --env NAVIG8_REPO_URL=https://raw.githubusercontent.com/my_organization/my-github-helm-repo/main/ \
  --env NAVIG8_REPO_ENTRY=k10 \
  --env NAVIG8_REPO_NAME=sample-helm-chart \
  --env NAVIG8_PREDEFINED_NAMESPACE=default \
  ghcr.io/navig8s/navig8

How i can set username and password for that repo?

@mlavi mlavi added the enhancement New feature or request label Mar 9, 2023
@mlavi
Copy link
Collaborator

mlavi commented Mar 9, 2023

@HarryStarLord sorry, this is not supported, because the code doesn't have authentication.

This would be a perfect enhancement if you have the skills to add, we'd happily accept a pull request! I can envision NAVIG8_REPO_URL_USERNAME and NAVIG8_REPO_URL_PASSWORD environment variables feeding the appropriate enhanced network code.

In the meantime, I will discuss with our resources to ask if we can address: it makes perfect sense.

Thank you for contributing our first issue! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants