You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: