0

OPAポリシーがあるとしましょう

allow {
    input.path == ["users"]
    input.method == "POST"
}

inputそして、Golang を使用 する属性のリストを取得したいと思います。この場合は["path", "method"].

これは可能ですか?

4

0 に答える 0