Skip to content

feat(opa): added opa policies for trino - #20

Merged
SteBaum merged 1 commit into
OKDP:mainfrom
alliage-io:feat/opa-policy-repo
Jul 24, 2026
Merged

feat(opa): added opa policies for trino#20
SteBaum merged 1 commit into
OKDP:mainfrom
alliage-io:feat/opa-policy-repo

Conversation

@SteBaum

@SteBaum SteBaum commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Description

Adds the files in trino-opal-example-policy whithe the change on line 12 where:

permissions := object.get(data.trino.users, user, {})

becomes:

permissions := object.get(data.trino_opa_policy.trino.users, user, {})

Related Issue

Fixes #19

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / chore
  • Breaking change

How to Test

Checklist

  • I have tested my changes
  • Documentation updated if needed
  • If breaking change: migration path described above
  • I hereby declare this contribution to be licensed under the Apache License Version 2.0.
  • I hereby agree to grant TOSIT a copyright license to use my contributions.

@SteBaum SteBaum self-assigned this Jul 20, 2026
@SteBaum
SteBaum merged commit 5854ae6 into OKDP:main Jul 24, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add trino policy example for OPA

1 participant