[ 
https://issues.apache.org/jira/browse/KNOX-3279?focusedWorklogId=1011684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1011684
 ]

ASF GitHub Bot logged work on KNOX-3279:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Mar/26 00:24
            Start Date: 27/Mar/26 00:24
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on PR #1188:
URL: https://github.com/apache/knox/pull/1188#issuecomment-4139190903

   ## Test Results
   7 tests   7 ✅  1s ⏱️
   1 suites  0 💤
   1 files    0 ❌
   
   Results for commit cfcc9519.
   
   
[test-results]:data:application/gzip;base64,H4sIAEzOxWkC/1WMyw6DIBQFf8Ww7gIQFPozjV4gualKw2PV9N+LVi3uzsxJ5k0cTjaSe8NuDYkZ0wkmhyGhX3YsR1qv/tiPmAGu4omvIugp3IDTRdgQfNhNyMvRW2ed+/G/tnEV27hugZ9nTAUIOAAtmVYtp1xpIwQHkEZ0nFsjVWfZ2NKxp+TzBQPKDcv7AAAA
   




Issue Time Tracking
-------------------

    Worklog Id:     (was: 1011684)
    Time Spent: 3h  (was: 2h 50m)

> REST Catalog dispatch implementation for including configurable metadata as 
> outbound request headers
> ----------------------------------------------------------------------------------------------------
>
>                 Key: KNOX-3279
>                 URL: https://issues.apache.org/jira/browse/KNOX-3279
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Philip Zampino
>            Assignee: Philip Zampino
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> For Iceberg REST Catalog proxying, Knox should support the ability to convey 
> a configurable set of token metadata elements associated with the client 
> credentials from the inbound request as headers in the outbound (dispatch) 
> request.
> A custom dispatch for the ICEBERG-REST service should be implemented to 
> provide this support.
> Proposed topology contents (example):
> {code:java}
>     <service>
>         <role>ICEBERG-REST</role>
>         <param>
>             <name>token-metadata-headers</name>
>             <value>email,category</value>
>         </param>
>     </service> {code}
> If the configured metadata items don't exist for a given client_id, then no 
> headers for those items should be conveyed in the outbound request (i.e., 
> they should be ignored).
>  
> It's not clear whether the standard {{userName}} metadata item should be 
> included by default.
> The resulting header names can be of the form {{X-Knox-Meta-<ITEM_NAME>}} 
> where {{<ITEM_NAME>}} is the token metadata item name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to