open-policy-agent Questions
3
We are building a cloud based application, using C# as our main language and running on Microsoft Azure.
One of the key pieces of the architecture is to have fine grained authorization rights imple...
Huehuebner asked 16/2, 2022 at 13:19
2
Solved
I was going through some videos and tutorials on OPA (Open Policy Agent) and found it really cool to use it for implementing Authentication and Authorization across multiple services / APIs. Howeve...
These asked 23/1, 2020 at 9:42
2
Solved
In OPA it's clear how to query against condition AND condition:
values := {
"value1": {
"a": "one"
},
"value2": {
"a": "one",
"b": "two"
},
"value3": {
"a": "one",
"b": "one"
}
}
goodV...
Zygapophysis asked 10/10, 2019 at 1:28
2
Solved
I have a project that requires ABAC for access control for my projects resources. I've been looking at OPA and authzforce as options to implement ABAC and OPA looks like it might be less complicate...
Unpleasant asked 1/8, 2019 at 10:20
1
© 2022 - 2024 — McMap. All rights reserved.