Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gertd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
gertd
1y ago
Learn Rust or something else if you do not like or cannot stand golang! This generates high-calorie syntactic sugar just to satisfy an itch. Run the generated code through the golang-ci linter, which will barf on what is getting created, fo
2.
▲
by
gertd
2y ago
Exciting to see the AI RAG world connecting with the ReBAC authorization world!
3.
▲
by
gertd
3y ago
You can, simply use the topazd.exe binary from the topaz_windows_x86_64.zip from the GH releases page ( https://github.com/aserto-dev/topaz/releases ). Note this is currently not a Windows Service, so not net start
4.
▲
by
gertd
3y ago
In simple terms topaz brings a rebac data solution together with OPA, so you only have to create attribute based authorization rules when really needed, to compliment the relation authorization provided by the topaz directory.
5.
▲
by
gertd
3y ago
I love the fact it is bring relational and attribute based together, happy birthday Topaz !
6.
▲
by
gertd
3y ago
That is one of the charters of the working group, https://openid.net/wg/authzen/ The key objective is to build upon the existing cornerstones. Note that this is not necessarily an effort to define yet another auth
7.
▲
by
gertd
4y ago
Which is exactly why using a middleware is an option and therefore a decision the implementor makes. Many people appreciate the middleware approach as it provides coverage for the API surface with minimal investment, so a great way to get s
8.
▲
by
gertd
4y ago
Not having to tied them together into a single process space is an interesting option/ability which would get lost with using it as a library. Having the authorizer integrate based on contract feels like an option which allows for more
9.
▲
by
gertd
4y ago
When it comes to integration of external capabilities in OPA there are only two options: make a REST call, or add a built-in. We provide a set of OPA built-ins which enable the integration which are documented here: https://www.t
10.
▲
by
gertd
5y ago
Endpoint wise you can have N.
11.
▲
by
gertd
5y ago
Technically names do not have to match, but it certainly makes it easier if you have a pattern to rely on when injecting authorization into a middleware layer.
12.
▲
by
gertd
5y ago
Very neat! Can it support gRPC, that would be lovely?
13.
▲
by
gertd
5y ago
Interested to understand how does this compares and relates to https://github.com/99designs/gqlgen . Especially in the area of type system, is this reflection based, materialized types?
14.
▲
by
gertd
5y ago
@jzelinskie care to respond, I am really interested in the answer?
15.
▲
by
gertd
5y ago
So the idea is that you create a candidate set of resource keys from the permission system and join that with the external database and / or use it as a post filter?
16.
▲
by
gertd
5y ago
You can create rules which take in to account that there is a temporary grant, you do need to account for that somewhere in the form of accessible state. This could be achieved using the tenant level resource state, which is immediately upd
17.
▲
by
gertd
5y ago
I imaging could provide guarantees about the authenticity of the articles author and guard against plagiarism.
18.
▲
by
gertd
5y ago
Is there GitLab CI support, similar to the GitHub actions?
19.
▲
by
gertd
5y ago
I can see how when say medium which is dealing with curated data from my sources could benefit from leveraging a BlockChain or like solution, To coin that Web 3.0 goes too far in my opinion, as I believe there are many scenarios where one w
20.
▲
by
gertd
5y ago
I find topic balancing and scaling up and down volumes related to that a royal challenge resulting in having to balance manually to remove/reduce resource bottlenecks.
21.
▲
by
gertd
5y ago
The policy CLI builds upon the ideas and direction described in https://github.com/open-policy-agent/opa/issues/1413 (May 2019) and attempts to provide a concrete solution for a standard workflow for Policy A
22.
▲
by
gertd
5y ago
First step was to make the explicit workflow build, tag, push, pull available for OPA while being compatible with the existing formats used by OPA. This enveloping approach, provides the workflow, explicit semantic versioning, labelling and
23.
▲
by
gertd
5y ago
This will get added! There is currently a lot of special casing required, as the OCI spec laying out the Registry API and interactions are not very rich. This limits usability and performance. But we certainly are going to add support for o