How to config hue with ksqldb with basic authen?

I have setup basic authen for ksqldb server with username and password. So I have config from hue with helm values.yaml
options=’{“url”: “http://user:psass@10.0.9.10:8088”}’
but I get error.
How to config hue with ksqldb with basic authen?