We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I've added BASIC_AUTH_USERS to environment variables as readme.md says, but when I'm opening UI page user authentication doesn't occur.
Steps:
UI and chartmuseum services are behind Nginx
Here is my docker-compose.yaml:
version: '2.0' services: ui: image: idobry/chartmuseumui:latest environment: BASIC_AUTH_USERS: '[{"username":"admin", "password":"password"}, {"username":"user", "password":"s3cr3t"}]' CHART_MUSESUM_URL: "http://chartmuseum:8080" ports: - 3000:8080 chartmuseum: image: chartmuseum/chartmuseum:latest volumes: - ~/.aws:/root/.aws:ro restart: always environment: PORT: 8080 DEBUG: 1 STORAGE: "amazon" STORAGE_AMAZON_BUCKET: "my-helm-charts" STORAGE_AMAZON_PREFIX: "" STORAGE_AMAZON_REGION: "eu-central-1" ports: - 8080:8080
The text was updated successfully, but these errors were encountered:
Use this env AUTH_ANONYMOUS_GET: false
Sorry, something went wrong.
No branches or pull requests
Hi!
I've added BASIC_AUTH_USERS to environment variables as readme.md says, but when I'm opening UI page user authentication doesn't occur.
Steps:
Here is my docker-compose.yaml:
The text was updated successfully, but these errors were encountered: