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

Basic Authentication not working #45

Open
Ramki33 opened this issue May 13, 2022 · 1 comment
Open

Basic Authentication not working #45

Ramki33 opened this issue May 13, 2022 · 1 comment

Comments

@Ramki33
Copy link

Ramki33 commented May 13, 2022

Hi ,

we are using package Version:
Chartmuseum helm chart version: 3.7.1
Chartmuseum image version: 0.13.1

we tested Basic Authentication as given in this page by creating secreate
https://github.com/chartmuseum/charts/tree/main/src/chartmuseum#authentication

kubectl create secret generic chartmuseum-secret --from-literal="basic-auth-user=curator" --from-literal="basic-auth-pass=mypassword"

We see following 2 problems :
when we open https://chartmuseum.apps.XXXX.com/api/charts from browser

  1. 1st time browser ask for user/pass but on 2nd time even when browser is closed and re-open its not asking for user/pass .. looks session remember user /pass for longer duration

  2. We changed the pass , but still browser able to connect and show the data with old pass !!

Let us know how to fix this issue

Regards
Ramki

@Ramki33
Copy link
Author

Ramki33 commented May 24, 2022

HI ,
Any one had seen this issue and solved . let me know

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

No branches or pull requests

1 participant