Deep Dive: Open Policy Agent - Torin Sandall, Styra

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

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

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

    Great deep dive sir.

  • @saikatdutta9948
    @saikatdutta9948 2 года назад

    How do you implement the plugin in VSCode. Downloaded "Open policy agent" plugin in vscode but not able to use it. Do you have any youtube video?

  • @miomao8321
    @miomao8321 2 года назад

    the video image is too poor, you need to fix it more

  • @jasondoubleoseven
    @jasondoubleoseven 5 лет назад +4

    How would we implement OPA in Serverless Framework with GraphQL Microservices?

  • @fancylad22
    @fancylad22 3 года назад +7

    So “=“ is being used for an equality test and not for assignment? That is a really poor design decision which will no doubt confuse anyone new to the language.
    I think the idea of OPA is great but the Rego syntax is really unfortunate.

    • @missingfaktor
      @missingfaktor 3 года назад

      Based on my very limited understanding: It's an unification operator from logic programming. Yes, `2 = 2` evaluates to true. But if you write `2 = x`, and `x` didn't exist yet, then it will introduce a binding `x` with value `2`. `x = 2` will have the exact same effect. `2 = 3` doesn't evaluate to false but assumes there was no decision.

  • @kamesh7818
    @kamesh7818 4 года назад

    very useful, thanks for sharing.

  •  2 года назад

    what is happening at 17:40?? as he scrolls, "test allow negative" changes to "test_allow negative" and back? WTF???

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

      lighting lol

  • @arifpratama5662
    @arifpratama5662 3 года назад

    cool

  • @myasnik4myasnik485
    @myasnik4myasnik485 3 года назад

    what does the string data.pets[pet]?