Code Monkey home page Code Monkey logo

Comments (10)

alicanhaman avatar alicanhaman commented on June 18, 2024

I am currently updating to Spring boot 3.2.0. And faced the exact same issue. Our standart rest api security ended up breaking grpc, we don't do grpc security. Did you find a way to fix this issue?

from grpc-spring-boot-starter.

alicanhaman avatar alicanhaman commented on June 18, 2024

Disabled grpc security in properties which did the trick.

grpc:
  security:
    auth:
      enabled: false

from grpc-spring-boot-starter.

jvmlet avatar jvmlet commented on June 18, 2024

Right, @alicanhaman, this is the way till 3.2.0 is supported.

from grpc-spring-boot-starter.

mwong38 avatar mwong38 commented on June 18, 2024

So grpc security doesn't work with 3.2.0 at all? When will 3.2.0 be supported? Is there a workaround in the mean time?

from grpc-spring-boot-starter.

sheinbergon avatar sheinbergon commented on June 18, 2024

@jvmlet is there any plan to support Spring 3.2.0? what's the blocker here in terms of security? Anyway I can help?

from grpc-spring-boot-starter.

jvmlet avatar jvmlet commented on June 18, 2024

Hi, yes, planned.
Basically, they removed the filter that drives authentication , I asked spring security team to resurrect this class, but no 😒
What needs to be done is to copy-paste the base class of grpc security interceptor (the essential part of it)

from grpc-spring-boot-starter.

sheinbergon avatar sheinbergon commented on June 18, 2024

@jvmlet will you accept PRs?

from grpc-spring-boot-starter.

jvmlet avatar jvmlet commented on June 18, 2024

@sheinbergon, sure, בשמחה
FYI spring-projects/spring-security#13444

from grpc-spring-boot-starter.

debraj-spotnana avatar debraj-spotnana commented on June 18, 2024

https://grpc-ecosystem.github.io/grpc-spring/ started supporting spring boot 3.2.0

from grpc-spring-boot-starter.

benallard avatar benallard commented on June 18, 2024

I just bumped to 3.3 (security 6.3), and it seems to work, so I will close that ticket.

from grpc-spring-boot-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.