Security Patterns for Microservice Architectures

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 5

  • @vihangakanchana1211
    @vihangakanchana1211 3 роки тому +1

    Hi,
    Usually SecurityConfiguration we are doing like
    .antMatchers("/api/public/test1").hasAuthority("ACCESS_TEST1")
    .antMatchers("/api/public/test2").hasAuthority("ACCESS_TEST2")
    But I want to get this endpoints and required authority to property file or DB.
    can I do it? and how can I do it?

  • @wrongturn_w
    @wrongturn_w 2 роки тому +1

    shame they didn‘t actually use that shot for the thumbnail 😂

  • @pradhyumnakandamuru
    @pradhyumnakandamuru Рік тому

    hey I can't see the Slack channel link

  • @gokhan1342
    @gokhan1342 3 роки тому +2

    Where can i find presentation ?