[ https://issues.apache.org/jira/browse/KNOX-3068?focusedWorklogId=937044&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-937044 ]
ASF GitHub Bot logged work on KNOX-3068: ---------------------------------------- Author: ASF GitHub Bot Created on: 08/Oct/24 18:22 Start Date: 08/Oct/24 18:22 Worklog Time Spent: 10m Work Description: moresandeep commented on code in PR #937: URL: https://github.com/apache/knox/pull/937#discussion_r1792321094 ########## gateway-service-definitions/src/main/resources/services/iceberg-rest/0.0.1/rewrite.xml: ########## @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<rules> + <rule dir="IN" name="ICEBERG-REST/iceberg-rest/inbound" pattern="*://*:*/**/iceberg-rest/{path=**}?{**}"> Review Comment: Looks like the service name does not have`api`, we have rest in the name but can we change it to`api` to be in line with other services e.g. `ICEBERG-API` Issue Time Tracking ------------------- Worklog Id: (was: 937044) Time Spent: 20m (was: 10m) > Iceberg REST Catalog service definition > --------------------------------------- > > Key: KNOX-3068 > URL: https://issues.apache.org/jira/browse/KNOX-3068 > Project: Apache Knox > Issue Type: Improvement > Components: Server > Affects Versions: 2.1.0 > Reporter: Philip Zampino > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > Need service definition and rewrite rules for Iceberg REST Catalog service. -- This message was sent by Atlassian Jira (v8.20.10#820010)