[
https://issues.apache.org/jira/browse/KNOX-3438?focusedWorklogId=1039898&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1039898
]
ASF GitHub Bot logged work on KNOX-3438:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Sep/26 08:37
Start Date: 07/Sep/26 08:37
Worklog Time Spent: 10m
Work Description: smolnar82 commented on code in PR #1379:
URL: https://github.com/apache/knox/pull/1379#discussion_r3947783156
##########
gateway-server/src/main/java/org/apache/knox/gateway/services/knoxidf/delegation/DelegationPolicyDatabase.java:
##########
@@ -50,12 +50,16 @@ class DelegationPolicyDatabase extends KnoxDatabase {
+ "description, created_by, created_at, updated_at,
allow_headless_exchange) "
+ "VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
+ // actor_authority/actor_id/created_by/created_at are deliberately absent
from SET: identity and
+ // creation metadata are immutable after registration. updated_at is
computed by the database,
+ // not supplied by the caller. The WHERE clause requires the identity fields
to still match, so
+ // an update attempting to change them affects 0 rows
Issue Time Tracking
-------------------
Worklog Id: (was: 1039898)
Time Spent: 0.5h (was: 20m)
> Delegation policy admin API for Knox IDF
> ----------------------------------------
>
> Key: KNOX-3438
> URL: https://issues.apache.org/jira/browse/KNOX-3438
> Project: Apache Knox
> Issue Type: Task
> Components: JWT
> Reporter: Harrison Sheinblatt
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Implement the Admin API for managing delegation policies for knoxidf
--
This message was sent by Atlassian Jira
(v8.20.10#820010)