-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Feast Security Model (aka RBAC) #4380
feat: Feast Security Model (aka RBAC) #4380
Commits on Aug 19, 2024
-
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4390a41 - Browse repository at this point
Copy the full SHA 4390a41View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a4859b7 - Browse repository at this point
Copy the full SHA a4859b7View commit details -
deleted AuthzedResource and moved types to the Permission class
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1f6d6f3 - Browse repository at this point
Copy the full SHA 1f6d6f3View commit details -
using pytest.mark.parametrize tests
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a2fa5de - Browse repository at this point
Copy the full SHA a2fa5deView commit details -
moved decorator to decorator module
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d906554 - Browse repository at this point
Copy the full SHA d906554View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 21d29a8 - Browse repository at this point
Copy the full SHA 21d29a8View commit details -
Added matcher and action modules. Added global assert_permissions fun…
…ction Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f477add - Browse repository at this point
Copy the full SHA f477addView commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 30ee844 - Browse repository at this point
Copy the full SHA 30ee844View commit details -
Managing with_subclasses flag and overriding it in case it's an abstr…
…act class like DataSource Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 183d0c4 - Browse repository at this point
Copy the full SHA 183d0c4View commit details -
Permission includes a single Policy
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e4a0f9f - Browse repository at this point
Copy the full SHA e4a0f9fView commit details -
completed docstrings for permissions package
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b5c5af1 - Browse repository at this point
Copy the full SHA b5c5af1View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for dd15dd9 - Browse repository at this point
Copy the full SHA dd15dd9View commit details -
Changed roles matching rule from "all" to "any"
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7d7a787 - Browse repository at this point
Copy the full SHA 7d7a787View commit details -
Introducing permission framework and authorization manager in user gu…
…ide (to be continued after the code is consolidated) Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bb857e2 - Browse repository at this point
Copy the full SHA bb857e2View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for abf384f - Browse repository at this point
Copy the full SHA abf384fView commit details -
hiding sensitive data (false positive, anyway)
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8fb5227 - Browse repository at this point
Copy the full SHA 8fb5227View commit details -
Added filter_only flag to assert_permissions and returning a list of …
…filtered resources instead of PermissionError Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ae01740 - Browse repository at this point
Copy the full SHA ae01740View commit details -
added the option to return the single resource, or None
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7b02d26 - Browse repository at this point
Copy the full SHA 7b02d26View commit details -
separate validating functions: assert_permission and filtered_resources
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ad6765b - Browse repository at this point
Copy the full SHA ad6765bView commit details -
Store and Manage permissions in the Registry
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b1fbdb6 - Browse repository at this point
Copy the full SHA b1fbdb6View commit details -
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a9d7a92 - Browse repository at this point
Copy the full SHA a9d7a92View commit details -
Store and Manage permissions in the Registry
- Fixes to code - Made test case broader Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1534a8d - Browse repository at this point
Copy the full SHA 1534a8dView commit details -
Store and Manage permissions in the Registry
- Fixed incorrectly recognized linter error Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a21845d - Browse repository at this point
Copy the full SHA a21845dView commit details -
Store and Manage permissions in the Registry
- Added test - Fixed missing property to permission - Changed code following review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e06a631 - Browse repository at this point
Copy the full SHA e06a631View commit details -
Store and Manage permissions in the Registry
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4fadb7b - Browse repository at this point
Copy the full SHA 4fadb7bView commit details -
Store and Manage permissions in the Registry
- Fixes to code - Made test case broader Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7d17c78 - Browse repository at this point
Copy the full SHA 7d17c78View commit details -
Store and Manage permissions in the Registry
- Fixed incorrectly recognized linter error Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ec079a6 - Browse repository at this point
Copy the full SHA ec079a6View commit details -
Store and Manage permissions in the Registry
- Added test - Fixed delete and apply permission Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for aef0747 - Browse repository at this point
Copy the full SHA aef0747View commit details -
replaced aggregated actions with aliases for QUERY and WRITE and ALL
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 14ea4c2 - Browse repository at this point
Copy the full SHA 14ea4c2View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 98eed44 - Browse repository at this point
Copy the full SHA 98eed44View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 78decaa - Browse repository at this point
Copy the full SHA 78decaaView commit details -
Store and Manage permissions in the Registry
- Fixed test errors following refactor - Added test Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a02602d - Browse repository at this point
Copy the full SHA a02602dView commit details -
Store and Manage permissions in the Registry
- Removed redundant property - Added tags filter option to list_permissions Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6fba046 - Browse repository at this point
Copy the full SHA 6fba046View commit details -
Added permission assert check for registry server, offline server, on…
…line server functions Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4408be5 - Browse repository at this point
Copy the full SHA 4408be5View commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 34c151c - Browse repository at this point
Copy the full SHA 34c151cView commit details -
CLI command "feast permissions list"
Added cli command permissions Added tags parameter to list_validation_references and list_saved_datasets in registry Added list_validation_references and list_saved_datasets apis to feature_store Added missing tags parameters to registry_server methods Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for aa0758c - Browse repository at this point
Copy the full SHA aa0758cView commit details -
CLI command "feast permissions list"
- Changes following review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fbe1bd5 - Browse repository at this point
Copy the full SHA fbe1bd5View commit details -
CLI command "feast permissions list"
- Changes following review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 87710cb - Browse repository at this point
Copy the full SHA 87710cbView commit details -
added the documents reference for permissions for online, offline, re…
…gistry server endpoints. Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e9ff6e6 - Browse repository at this point
Copy the full SHA e9ff6e6View commit details -
Incorporating code review comments to parse the auth block from the f… (
#36) * Incorporating code review comments to parse the auth block from the feature_store.yaml file. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Incorporating code review comments - renaming type from k8 to kubernetes. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> --------- Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 679579e - Browse repository at this point
Copy the full SHA 679579eView commit details -
definition and integration of auth manager in feast offline and onlin…
…e servers Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1085b99 - Browse repository at this point
Copy the full SHA 1085b99View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7bfc945 - Browse repository at this point
Copy the full SHA 7bfc945View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d988846 - Browse repository at this point
Copy the full SHA d988846View commit details -
renamed functions with long name
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 07211da - Browse repository at this point
Copy the full SHA 07211daView commit details -
using User class instead of RoleManager (completely removed)
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5386419 - Browse repository at this point
Copy the full SHA 5386419View commit details -
Feed SecurityManager with Registry instance to fetch the actual permi…
…ssions Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0548aea - Browse repository at this point
Copy the full SHA 0548aeaView commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a921f07 - Browse repository at this point
Copy the full SHA a921f07View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f0b95c8 - Browse repository at this point
Copy the full SHA f0b95c8View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f8a7140 - Browse repository at this point
Copy the full SHA f8a7140View commit details -
Adding registry server (UT to be completed)
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 95eca10 - Browse repository at this point
Copy the full SHA 95eca10View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8d42fcf - Browse repository at this point
Copy the full SHA 8d42fcfView commit details -
passing auth manager type from config
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ef6d21f - Browse repository at this point
Copy the full SHA ef6d21fView commit details -
used auth config to set auth manager type
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 86a2e6b - Browse repository at this point
Copy the full SHA 86a2e6bView commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9fc6db7 - Browse repository at this point
Copy the full SHA 9fc6db7View commit details -
created decorator function and applied to arrow function for injectin…
…g the user detail:wq Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ea97997 - Browse repository at this point
Copy the full SHA ea97997View commit details -
code review fixes including the unit test and integration test as sug…
…gested Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 711374a - Browse repository at this point
Copy the full SHA 711374aView commit details -
Implementation of oidc client authentication. (#40)
* Adding initial draft code to manage the oidc client authentication. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Adding initial draft code to manage the oidc client authentication. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Incorporating code review comments. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> --------- Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6899f41 - Browse repository at this point
Copy the full SHA 6899f41View commit details -
- Added authentication header for client grpc calls Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7b6561e - Browse repository at this point
Copy the full SHA 7b6561eView commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bc086ef - Browse repository at this point
Copy the full SHA bc086efView commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fb48f1a - Browse repository at this point
Copy the full SHA fb48f1aView commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0158cfd - Browse repository at this point
Copy the full SHA 0158cfdView commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2dbf6b1 - Browse repository at this point
Copy the full SHA 2dbf6b1View commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6ac6c01 - Browse repository at this point
Copy the full SHA 6ac6c01View commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for dc99e59 - Browse repository at this point
Copy the full SHA dc99e59View commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for aaeb7b7 - Browse repository at this point
Copy the full SHA aaeb7b7View commit details -
added auth configuration for arrow flight client
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 23ac8a6 - Browse repository at this point
Copy the full SHA 23ac8a6View commit details -
- Made changes following code review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c7e92a0 - Browse repository at this point
Copy the full SHA c7e92a0View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 77abd12 - Browse repository at this point
Copy the full SHA 77abd12View commit details -
Propagating auth config to token parser in server init
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c6e9638 - Browse repository at this point
Copy the full SHA c6e9638View commit details -
adding headers and client_secret to token request
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 53d7d10 - Browse repository at this point
Copy the full SHA 53d7d10View commit details -
working E2E test of authenticated registy server
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fcd7419 - Browse repository at this point
Copy the full SHA fcd7419View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f3e36d2 - Browse repository at this point
Copy the full SHA f3e36d2View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 811dc83 - Browse repository at this point
Copy the full SHA 811dc83View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7dca956 - Browse repository at this point
Copy the full SHA 7dca956View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d2a9f6c - Browse repository at this point
Copy the full SHA d2a9f6cView commit details -
Adding the auth client documentations and unit testing for auth clien…
…t code. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 92198de - Browse repository at this point
Copy the full SHA 92198deView commit details -
Adding the auth client documentations and unit testing for auth clien…
…t code. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2cf1f00 - Browse repository at this point
Copy the full SHA 2cf1f00View commit details -
Incorporating code review comments.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 74fe957 - Browse repository at this point
Copy the full SHA 74fe957View commit details -
Incorporating code review comments.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3b43c04 - Browse repository at this point
Copy the full SHA 3b43c04View commit details -
Introducing permission framework and authorization manager in user gu…
…ide (to be continued after the code is consolidated) Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a83c5a6 - Browse repository at this point
Copy the full SHA a83c5a6View commit details -
CLI command "feast permissions list"
- Added missing dependency Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ce6413b - Browse repository at this point
Copy the full SHA ce6413bView commit details -
- Added missing auth header for calls to remote registry Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a400f8f - Browse repository at this point
Copy the full SHA a400f8fView commit details -
Fix auth tests with permissions
- Made changes to enforcer ana security manager permission checking logic Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for dcec0cb - Browse repository at this point
Copy the full SHA dcec0cbView commit details -
Fix auth tests with permissions
- Made changes following review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for db1cfd6 - Browse repository at this point
Copy the full SHA db1cfd6View commit details -
Fix auth tests with permissions
- Made changes following review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 93e6f4d - Browse repository at this point
Copy the full SHA 93e6f4dView commit details -
Fix auth tests with permissions
- Made changes following review Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a0a68ef - Browse repository at this point
Copy the full SHA a0a68efView commit details -
Moved the common fixtures to the root conftest.py or auth_permissions…
…_util.py (#54) * Moved the common fixtures to the root conftest.py or auth_permissions_util.py Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Adding missed dependency and regenerated the requirements files. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Addinig missing changes from the original PR. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> --------- Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b4e0e08 - Browse repository at this point
Copy the full SHA b4e0e08View commit details -
added check and list-roles subcommands
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 137fed1 - Browse repository at this point
Copy the full SHA 137fed1View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 716e099 - Browse repository at this point
Copy the full SHA 716e099View commit details -
added comment in cli_utils to remind the original function from which…
… this logic was derived Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bacd4a1 - Browse repository at this point
Copy the full SHA bacd4a1View commit details -
1) Updating the existing integration test with auth permissions confi…
…gurations. 2) Refactored the common code and moved to the util class and common conftest.py file. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d76e3c4 - Browse repository at this point
Copy the full SHA d76e3c4View commit details -
Moved the common fixtures to the root conftest.py or auth_permissions…
…_util.py Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5fff1ff - Browse repository at this point
Copy the full SHA 5fff1ffView commit details -
Adding missed dependency and regenerated the requirements files.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 23d9a31 - Browse repository at this point
Copy the full SHA 23d9a31View commit details -
1) Updating the existing integration test with auth permissions confi…
…gurations. 2) Refactored the common code and moved to the util class and common conftest.py file. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 49fd90d - Browse repository at this point
Copy the full SHA 49fd90dView commit details -
1) Fixing an issue with the way getting markers after changing the fi…
…xture scope to module. Now looking up the markers coming from the entire module run. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6a96e70 - Browse repository at this point
Copy the full SHA 6a96e70View commit details -
Fixed bug in GetPermission API
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9308731 - Browse repository at this point
Copy the full SHA 9308731View commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6538db6 - Browse repository at this point
Copy the full SHA 6538db6View commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c9bdbbe - Browse repository at this point
Copy the full SHA c9bdbbeView commit details -
Added support to read the token from enviroment variable to run from …
…local Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3ab7087 - Browse repository at this point
Copy the full SHA 3ab7087View commit details -
Fix the header for arrow fligth
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b260756 - Browse repository at this point
Copy the full SHA b260756View commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 269cc33 - Browse repository at this point
Copy the full SHA 269cc33View commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 741010d - Browse repository at this point
Copy the full SHA 741010dView commit details -
set the user in the grpc server
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8c1993b - Browse repository at this point
Copy the full SHA 8c1993bView commit details -
added roles and updated permission with all roles
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6558760 - Browse repository at this point
Copy the full SHA 6558760View commit details -
updated chart to include the service account
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for cb4add7 - Browse repository at this point
Copy the full SHA cb4add7View commit details -
created client example with roles and updated installation/cleanup sc…
…ript Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bf4ac90 - Browse repository at this point
Copy the full SHA bf4ac90View commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d7defc1 - Browse repository at this point
Copy the full SHA d7defc1View commit details -
Moved the common fixtures to the root conftest.py or auth_permissions…
…_util.py (#54) * Moved the common fixtures to the root conftest.py or auth_permissions_util.py Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Adding missed dependency and regenerated the requirements files. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Addinig missing changes from the original PR. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> --------- Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 190e609 - Browse repository at this point
Copy the full SHA 190e609View commit details -
Fixed DecisionStrategy not persisted
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 542f389 - Browse repository at this point
Copy the full SHA 542f389View commit details -
Fixed DecisionStrategy not persisted
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bdd4fd6 - Browse repository at this point
Copy the full SHA bdd4fd6View commit details -
Fixed DecisionStrategy not persisted
- Implemented review comments Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 571d9c6 - Browse repository at this point
Copy the full SHA 571d9c6View commit details -
Revert "Fix decision strategy not saved"
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for de34a11 - Browse repository at this point
Copy the full SHA de34a11View commit details -
Dropped global decision strategy
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 900bc86 - Browse repository at this point
Copy the full SHA 900bc86View commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 065c99c - Browse repository at this point
Copy the full SHA 065c99cView commit details -
Adding permissions directly instead of from the common place for the …
…online read integration tests. Cleaned up some minor changes to fix the unpredictable issue with the feature server process. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 444ae71 - Browse repository at this point
Copy the full SHA 444ae71View commit details -
Initial Draft version to the tests with remote offline server with OI…
…DC authentication permissions. Happy path only. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 86ec133 - Browse repository at this point
Copy the full SHA 86ec133View commit details -
Abstracting the specific code for Offline Permissions by creating new…
… class for PermissionsEnvironment. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1fcb89d - Browse repository at this point
Copy the full SHA 1fcb89dView commit details -
Formatting the python files using make format-python.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 787105b - Browse repository at this point
Copy the full SHA 787105bView commit details -
Separated the permissions for online, offline and registry servers. m…
…oved the fixtures scope accordingly as we can't reuse the permissions for all the test cases. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2f169df - Browse repository at this point
Copy the full SHA 2f169dfView commit details -
Separated the permissions for online, offline and registry servers. m…
…oved the fixtures scope accordingly as we can't reuse the permissions for all the test cases. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for af35739 - Browse repository at this point
Copy the full SHA af35739View commit details -
Created the grpc client auth header interceptor and removed the manua…
…l injection of the header. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0333c56 - Browse repository at this point
Copy the full SHA 0333c56View commit details -
Created the grpc client auth header interceptor and removed the manua…
…l injection of the header. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9c42cfb - Browse repository at this point
Copy the full SHA 9c42cfbView commit details -
- changed java_outer_classname for Permission.proto and Policy.proto - removed experimental optional from permission proto Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b51e58c - Browse repository at this point
Copy the full SHA b51e58cView commit details -
CLI command "feast permissions list"
Added cli command permissions Added tags parameter to list_validation_references and list_saved_datasets in registry Added list_validation_references and list_saved_datasets apis to feature_store Added missing tags parameters to registry_server methods Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bc1f30c - Browse repository at this point
Copy the full SHA bc1f30cView commit details -
Moved the common fixtures to the root conftest.py or auth_permissions…
…_util.py (#54) * Moved the common fixtures to the root conftest.py or auth_permissions_util.py Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Adding missed dependency and regenerated the requirements files. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> * Addinig missing changes from the original PR. Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> --------- Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 63fa1e8 - Browse repository at this point
Copy the full SHA 63fa1e8View commit details -
- changed java_outer_classname for Permission.proto and Policy.proto - removed experimental optional from permission proto Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8c17cf8 - Browse repository at this point
Copy the full SHA 8c17cf8View commit details -
Adding the extra writer permission to fix the integration test issue …
…with offline server. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 035f197 - Browse repository at this point
Copy the full SHA 035f197View commit details -
Try to fix java integration test - ModuleNotFoundError: No module nam…
…ed 'feast.permissions.server' Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f98b8d1 - Browse repository at this point
Copy the full SHA f98b8d1View commit details -
fix java integration test - ModuleNotFoundError: No module named 'jwt'
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7c7ec37 - Browse repository at this point
Copy the full SHA 7c7ec37View commit details -
fix java integration test - ModuleNotFoundError: No module named 'kub…
…ernetes' Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 414cd48 - Browse repository at this point
Copy the full SHA 414cd48View commit details -
Adding missing permissions for offline store test cases - classes Fil…
…eSource, FeatureService classes. (#64) Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7631099 - Browse repository at this point
Copy the full SHA 7631099View commit details -
Updating the offline integration test permissions.
Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 54a8392 - Browse repository at this point
Copy the full SHA 54a8392View commit details -
updated test.py file for rbac-example
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 366e288 - Browse repository at this point
Copy the full SHA 366e288View commit details -
fix the DeleteFeatureView function to handle stream feature view type
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for cdb19fa - Browse repository at this point
Copy the full SHA cdb19faView commit details -
Updating permissions of the integration test cases to address code re…
…view comments and also check if the online_read integration test fixes. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3b06316 - Browse repository at this point
Copy the full SHA 3b06316View commit details -
Incorporating the code review comments from Francisco on upstream PR.
Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 61f5ef1 - Browse repository at this point
Copy the full SHA 61f5ef1View commit details -
Update docs/getting-started/concepts/permission.md
Co-authored-by: Francisco Arceo <farceo@redhat.com> Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5b67a6c - Browse repository at this point
Copy the full SHA 5b67a6cView commit details -
Update docs/getting-started/concepts/permission.md
Co-authored-by: Francisco Arceo <farceo@redhat.com> Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ab454be - Browse repository at this point
Copy the full SHA ab454beView commit details -
Update docs/getting-started/concepts/permission.md
Co-authored-by: Francisco Arceo <farceo@redhat.com> Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8cfe18f - Browse repository at this point
Copy the full SHA 8cfe18fView commit details -
* Improved permission denial log Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> * Added leeway option to accept tokens released in the past (up to 10") Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> --------- Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7e8bfaa - Browse repository at this point
Copy the full SHA 7e8bfaaView commit details -
commented/removed oidc tests to verify integration test
commented/removed test_auth_permission.py file Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6418549 - Browse repository at this point
Copy the full SHA 6418549View commit details -
Enabling the keycloak related integration tests and also initializing…
… the keycloak only once in the entire run. Reduced the number of works and increased the duration as well. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f79b6ec - Browse repository at this point
Copy the full SHA f79b6ecView commit details -
Making number of workers back to 8 and enabled the test_remote_online…
…_store_read Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bebd292 - Browse repository at this point
Copy the full SHA bebd292View commit details -
Making number of workers to 4.
Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e6b5e4c - Browse repository at this point
Copy the full SHA e6b5e4cView commit details -
Incorporating the code review comments from Tornike to use @pytest.ma…
…rk.xdist_group(name="keycloak"). Reverting number of markers from 4 to 8 for the make file target test-python-integration-local. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 33bb445 - Browse repository at this point
Copy the full SHA 33bb445View commit details -
Reverting number of workers from 8 to 4.
Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 12895c0 - Browse repository at this point
Copy the full SHA 12895c0View commit details -
Reverting number of workers from 8 to 4. Reverting the marker @pytest…
….mark.xdist_group(name="keycloak") Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9951489 - Browse repository at this point
Copy the full SHA 9951489View commit details -
Reverting number of workers from 8 to 4 for make target test-python-i…
…ntegration-local Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 71e4044 - Browse repository at this point
Copy the full SHA 71e4044View commit details -
Added the arrow flight interceptor to inject the auth header. (#68)
* * Added the arrow flight interceptor to inject the auth header. * Injecting grpc interceptor if it is needed when auth type is not NO_AUTH. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> * Fixing the failing integration test cases by setting the header in binary format. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> * Refactored method and moved to factory class to incorporate code review comment. Fixed lint error by removing the type of port. and other minor changes. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> * Incorproating code review comments from Daniel. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> --------- Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fd1243b - Browse repository at this point
Copy the full SHA fd1243bView commit details -
removed with_subclasses option (it's the default and unique behavior)
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 807c0f5 - Browse repository at this point
Copy the full SHA 807c0f5View commit details -
a full, minimal, reproducible example of the RBAC feature
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a8abd21 - Browse repository at this point
Copy the full SHA a8abd21View commit details -
Add missing required_tags to permission object and cli info
- Add missing required_tags to permission object - added required_tags to cli info Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1183fbd - Browse repository at this point
Copy the full SHA 1183fbdView commit details -
Fixed the registry apply function assertation
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 063a87f - Browse repository at this point
Copy the full SHA 063a87fView commit details -
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4922b8b - Browse repository at this point
Copy the full SHA 4922b8bView commit details -
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c9389d - Browse repository at this point
Copy the full SHA 7c9389dView commit details -
removed the firebase depdency and fix the doc conflicts
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3ff811e - Browse repository at this point
Copy the full SHA 3ff811eView commit details -
Introducing permission framework and authorization manager in user gu…
…ide (to be continued after the code is consolidated) Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0498d3f - Browse repository at this point
Copy the full SHA 0498d3fView commit details -
Permission resources miss the created_timestamp and last_updated_time…
…stamp fields Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 23c829f - Browse repository at this point
Copy the full SHA 23c829fView commit details -
remove error incase if user has no roles assinged incase unthorized user
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6c5e2c7 - Browse repository at this point
Copy the full SHA 6c5e2c7View commit details -
renamed READ action to DESCRIBE
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8409014 - Browse repository at this point
Copy the full SHA 8409014View commit details -
Specified authorization manager and authorization configuration
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fdf331f - Browse repository at this point
Copy the full SHA fdf331fView commit details -
fix the linter and remove subclass from doc
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3a4f122 - Browse repository at this point
Copy the full SHA 3a4f122View commit details
Commits on Aug 20, 2024
-
addressed the pr reivew comments
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for acf2190 - Browse repository at this point
Copy the full SHA acf2190View commit details -
Incorporating code review comment and this file is not needed.
Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 136719e - Browse repository at this point
Copy the full SHA 136719eView commit details -
Addressed the review comments on the PR
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9e3efe2 - Browse repository at this point
Copy the full SHA 9e3efe2View commit details -
Reducing the markers from 8 to 4 to see if it fixes the issues with m…
…emory. Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5534044 - Browse repository at this point
Copy the full SHA 5534044View commit details -
addresses feedback on rbac doc
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 09893af - Browse repository at this point
Copy the full SHA 09893afView commit details -
rename action name from QUERY to READ
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2581335 - Browse repository at this point
Copy the full SHA 2581335View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04150a - Browse repository at this point
Copy the full SHA f04150aView commit details
Commits on Aug 21, 2024
-
fix the doc to replace query with read
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3f1cd9c - Browse repository at this point
Copy the full SHA 3f1cd9cView commit details