Security Patterns for Microservice Architectures

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024
  • НаукаНаука

Комментарии • 5

  • @pradhyumnakandamuru
    @pradhyumnakandamuru Год назад

    hey I can't see the Slack channel link

  • @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 😂

  • @gokhan1342
    @gokhan1342 3 года назад +2

    Where can i find presentation ?