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

Bug: Further enhancements to make github user names case-insenitive #302

Open
jspaleta opened this issue Feb 12, 2020 · 0 comments · May be fixed by #304
Open

Bug: Further enhancements to make github user names case-insenitive #302

jspaleta opened this issue Feb 12, 2020 · 0 comments · May be fixed by #304
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jspaleta
Copy link

Still running into corner cases with cased usernames when trying to look up specific versions in
Bonsai. Impacting both web interface and the api access sensuctl is using.

Examples:
These work:
https://bonsai.sensu.io/assets/Salamek/sensu-go-load-check
https://bonsai.sensu.io/assets/Salamek/sensu-go-load-check/versions/0.0.5
https://bonsai.sensu.io/assets/SaLaMeK/sensu-go-load-check
https://github.com/SaLaMeK/sensu-go-load-check

sensuctl asset add Salamek/sensu-go-load-check

This does NOT work:
https://bonsai.sensu.io/assets/SalaMeK/sensu-go-load-check/versions/0.0.5
sensuctl asset add SaLaMeK/sensu-go-load-check

@mbiang mbiang added this to the Feb milestone Feb 13, 2020
@mbiang mbiang added the bug Something isn't working label Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants