stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Write a RegoRule set for Trino (Sebastian already wrote something) #500

Closed fhennig closed 8 months ago

fhennig commented 10 months ago

Useful links

### Tasks
- [x] Create a ruleset with RegoRules for Trino, for a usage scenario. This should be done in pure Rego and commited into the operator repository. Tests should be used to simulate authorizer requests.
- [x] document findings about how the model works, what its quirks are etc. in the knowledge base: https://app.nuclino.com/Stackable/Engineering/Authorization-Mechanisms-across-platform-products-210a0804-4f2c-44de-afa8-5be65553967d

Acceptance criteria

soenkeliebau commented 9 months ago

When someone picks this up please reach out to me, we have a friendly customer who'd be intersted in providing feedback/being part of the design process for this.

siegfriedweber commented 8 months ago

The Rego rules are implemented in stackabletech/trino-operator#559. The description of the pull request contains the information, how these rules can be used. The integration of the rules into the operator and the documentation will be done in part 2 and 3 of #499.