Skip to content

Not working with ChannelInterceptorAdapter #6

@saumyasuhagiya

Description

@saumyasuhagiya

I have implemented security in notification microservice by using [Web sockets with Spring and Spring Security] (https://robertleggett.wordpress.com/2015/05/27/websockets-with-spring-spring-security/)

The microservice runs super fine before integrating with spring-cloud-netflix-zuul-websocket. But after that it stopped working.

I have observed it deeply and found that spring-cloud-netflix-zuul-websocket library is sending CONNECT request's response 'CONNECTED' back from gateway only and after that it sends the request to actual micro-service for authentication.

Expected behavior is to send it for authentication first then only allow it to be CONNECTED or DISCONNECT (based on result of auth).

Any help will be appreciated .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions