How can I setup Tyk Identity Broker using Docker on windows

Hi,

I have tried to setup TIB along with Tyk gateway latest version but it have gone not so well.

I pull the codebase from here

And made it run on docker but it seems like it didn’t work yet.

I browse to localhost:3010 and I get 404 Not Found every time.

If anybody out there got an answer please let me know

Thanks in advance.

Even though I already turn this on, I still get this message every single timeCapture
“identity_broker”: {
“enabled”: true,
“host”: {
“connection_string”: “http://localhost:3010”,
“secret”: “test-secret”
}
},

Hi!

Getting 404 is expected if you have no profiles configured.

Regarding Dash-TIB integration, do you see anything in dashboard logs?

Maybe your secrets do not match, or you get SSL verification error (if your TiB configured via SSL)?

Also note that TIB now has official docker image Docker as well as packages for linux.

Hope it helps!

Yeah I know that it does have docker version but I don’t know how to pub something like tib.config and profiles.json files into docker images.

Could you please show me how to do that?

Regarding Dash-TIB integration, I just tried it again. Also, tried to look into dashboard logs and found it.
Capture

In case you can’t see the image, here is the logs:
“time=“Apr 16 03:38:45” level=error msg=“TIB: Request failed: Get http://localhost:3010/api/profiles: dial tcp 127.0.0.1:3010: getsockopt: connection refused””

I’m still trying to fix that.

Thanks in advance