Support StringLike condition operator in policy evaluation#10249
Merged
Support StringLike condition operator in policy evaluation#10249
Conversation
nopcoder
approved these changes
Mar 11, 2026
pkg/auth/condition.go
Outdated
| return true, nil | ||
| } | ||
|
|
||
| // StringLikeOperator handles wildcard string matching. |
Contributor
There was a problem hiding this comment.
consider a different name or/and update the comment that this implements the Like and NotLike
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) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #10248
This change is needed for the RBAC for Iceberg: Update the implementation of the listTables and listViews Enterprise PR.