when I run my app from localhost everything work okey , but when I run them from docker containers it's always Unauthorized ,
my keycloak config : enter image description here
my gateway (I used simple api just to test if's it's work okey ) enter image description here
my application.properties(showing just keycloak config): enter image description here
dependencies for keycloak enter image description here
postman : enter image description here
the same config work when I run gateway app locally , but when run it from docker it's unauthorized , I don't know which config I missed , it's like docker containers are removing headers