Dimas Triatmaja
Dimas Triatmaja
@perryao there kong dashboard have open endpoint for healthcheck? if active basic auth google healthcheck will get error 401
thank you @PGBI about this info, i test it works fine
@azhar-mohammed you can insert command `-basic-auth user1=password1 user2=password2 ` in kubernetes `args`, like ` args: ["-basic-auth user1=password1 user2=password2"]`
Hi @Jarema We also have similiar problem. we published the message to stream successfully but nats consumer didn't receive the message NATS 2.10.9 We deployed NATS as kube statefulset with...