kafka2websocket icon indicating copy to clipboard operation
kafka2websocket copied to clipboard

Not able to set cors headers

Open EmanueleGiuliano opened this issue 4 years ago • 1 comments

Hi, this is exactly the tool i need for my project, even if i'm stuck with this problem: i'm not able to set allowed origins list from configuration, maybe i miss something in the docs, or maybe this feature has not been implemented yet. Thanks in advance to anyone who will help with this.

EmanueleGiuliano avatar Nov 06 '20 14:11 EmanueleGiuliano

@EmanueleGiuliano

I picked up your fork.

But I also had to modify the Dockerfile -tags=musl:

FROM golang:1.10-alpine

. . .

RUN go build -tags=musl

. . .

In order to make it work for me.

Thelin90 avatar Jan 19 '22 16:01 Thelin90