Microservices Security with Spring

Sdílet
Vložit

Komentáře • 16

  • @KeyBeginner
    @KeyBeginner Před 7 lety +2

    + Concise, to the point and well demoed.
    - Video looks like a CamRip. Why not directly stream speaker's screen instead ?

  • @grimlek
    @grimlek Před 7 lety +7

    can we have access to the 4 hour version?

  • @mks5988
    @mks5988 Před 5 lety

    Awesome , it's really informative thank you very much...

  • @MsNareshJoshi
    @MsNareshJoshi Před 7 lety +6

    can anyone tell me the link for the 4-hour version of this?

    • @ericcartmansh
      @ericcartmansh Před 7 lety

      Doubt the 4 hour version was actually presented. Just presentation banter

  • @kanaillaurent526
    @kanaillaurent526 Před 7 lety +3

    I don't understand. At 38:20 speaker says : "To get the public key that's used to sign my token". Don't we usually sign with a private key and validate signature with a public key?
    Also this public key is supposed to be deposit on the microsec-order-service running on port 8085 (see : 33:39) But the speaker finds it on port 8080 (see 38:45). I'm lost. Can anyone explain please?

    • @SanjayKumarme
      @SanjayKumarme Před 5 lety

      Same here. It should be a private key but when he said it can be accessed.. I got lost :)

  • @vdawork
    @vdawork Před 6 lety

    where can I get github url of demo app?

  • @marcinwalerianczyk9391

    great video

  • @kharika5551
    @kharika5551 Před 4 lety

    can anyone help me how to implement authentication and authorization between microservices using jwt?

  • @BiplabNayak3IP7A3
    @BiplabNayak3IP7A3 Před 7 lety +1

    Can you please publish slideshare link for this presentation here ?

    • @user-li5md3ij1h
      @user-li5md3ij1h Před 7 lety +3

      qconsf.com/system/files/presentation-slides/qconsf_2016microservices_security.pptx

  • @amitjain561
    @amitjain561 Před 5 lety

    can you please share code link?

  • @masoiaXL
    @masoiaXL Před 4 lety

    Thanks for the video. Personal tip: stop tinkering with the camera while the video plays; it's very distracting!

  • @DOGMA1138
    @DOGMA1138 Před 6 lety

    Do not ever use JWT, ever period ever.
    It's an utterly pointless mechanism which is either utterly insecure or it's just a session identifier wrapped in a butload of crap that isn't needed nor does it provide any security.

    • @blasttrash
      @blasttrash Před 5 lety +1

      why is jwt insecure? thanks