HonahX commented on code in PR #936: URL: https://github.com/apache/polaris/pull/936#discussion_r1972036959
########## spec/polaris-catalog-apis/oauth-tokens-api.yaml: ########## @@ -0,0 +1,279 @@ +# +# 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. +# + +# CODE_COPIED_TO_POLARIS + +--- +paths: + # The /v1/oauth/tokens endpoint is sourced from iceberg-rest-catalog-open-api.yaml + /v1/oauth/tokens: Review Comment: The original related discussion is here: https://github.com/apache/polaris/pull/906#discussion_r1936132389, https://github.com/apache/polaris/pull/936#discussion_r1941643769. Since the token endpoint is deprecated and will soon be removed from the upstream IRC spec, we want to extract it from the spec. This allows us to control its removal timeline, update the endpoint as needed, or continue supporting it temporarily for compatibility. [Issue #12](https://github.com/apache/polaris/issues/12). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
