Skip to content

Support StringLike condition operator in policy evaluation#10249

Merged
Annaseli merged 5 commits intomasterfrom
feature/add-string-like-condition
Mar 12, 2026
Merged

Support StringLike condition operator in policy evaluation#10249
Annaseli merged 5 commits intomasterfrom
feature/add-string-like-condition

Conversation

@Annaseli
Copy link
Contributor

@Annaseli Annaseli commented Mar 10, 2026

Closes #10248

This change is needed for the RBAC for Iceberg: Update the implementation of the listTables and listViews Enterprise PR.

@github-actions github-actions bot added area/cataloger Improvements or additions to the cataloger area/testing Improvements or additions to tests area/auth IAM, authorization, authentication, audit, AAA, and integrations with all those labels Mar 10, 2026
@Annaseli Annaseli added mostly-ai include-changelog PR description should be included in next release changelog and removed area/cataloger Improvements or additions to the cataloger area/testing Improvements or additions to tests area/auth IAM, authorization, authentication, audit, AAA, and integrations with all those labels Mar 10, 2026
@Annaseli Annaseli self-assigned this Mar 10, 2026
@Annaseli Annaseli requested a review from nopcoder March 10, 2026 19:26
@github-actions github-actions bot added area/cataloger Improvements or additions to the cataloger area/testing Improvements or additions to tests area/auth IAM, authorization, authentication, audit, AAA, and integrations with all those labels Mar 10, 2026
@Annaseli Annaseli requested review from itaigilo March 11, 2026 10:12
return true, nil
}

// StringLikeOperator handles wildcard string matching.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider a different name or/and update the comment that this implements the Like and NotLike

@Annaseli Annaseli merged commit 4eed2fb into master Mar 12, 2026
93 of 94 checks passed
@Annaseli Annaseli deleted the feature/add-string-like-condition branch March 12, 2026 12:15
skshetry added a commit to caoergou/lakeFS that referenced this pull request Mar 19, 2026
# By Barak Amar (7) and others
# Via GitHub
* master: (28 commits)
  chore(lint): pin pylint and fix linter reported errors (treeverse#10281)
  Add missing fields in Transactional Mirroring docs (treeverse#10274)
  chore(deps): fix high severity Dependabot alerts (treeverse#10268)
  Create WebUI plugins for Tables (treeverse#10278)
  webui: redesign Data tab with Objects/Tables toggle (treeverse#10271)
  Update MDS docs for using the Service User (treeverse#10266)
  feat(webUI): add additional fields to setup page (treeverse#10216)
  lakefs config test coverage (treeverse#10264)
  Update the RBAC for Iceberg Docs (treeverse#10265)
  chore: add cooldown period for Dependabot updates (treeverse#10267)
  chore(deps): bump the dependencies group with 2 updates (treeverse#10262)
  chore(deps): bump the dependencies group with 5 updates (treeverse#10237)
  docs: Update hadoop-lakefs-assembly version to 0.18.0 (treeverse#10258)
  Renamed the condition string in tests (treeverse#10256)
  test: Add hadoopfs v0.16.0, v0.17.0, v0.18.0 to compatibility test matrix (treeverse#10257)
  hadoopfs: release v0.18.0 (treeverse#10255)
  hadoopfs: Add retry mechanism for lakeFS API calls (treeverse#10254)
  Support StringLike condition operator in policy evaluation (treeverse#10249)
  Delta exporter: support row tracking (treeverse#10223)
  Add noindex meta tag to mike redirect pages (treeverse#10250)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/auth IAM, authorization, authentication, audit, AAA, and integrations with all those area/cataloger Improvements or additions to the cataloger area/testing Improvements or additions to tests include-changelog PR description should be included in next release changelog mostly-ai

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support StringLike condition operator in policy evaluation

2 participants