This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e2ee7f2da8d27e6d7282c371306787c853dcc2b6 Author: TungTV <vtt...@linagora.com> AuthorDate: Mon Oct 14 16:40:42 2024 +0700 JAMES-3907 OIDC Example - remove Apisix configuration for upload draft endpoint --- examples/oidc/apisix/conf/apisix.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/examples/oidc/apisix/conf/apisix.yaml b/examples/oidc/apisix/conf/apisix.yaml index fddfd4dc23..cc8d14db34 100644 --- a/examples/oidc/apisix/conf/apisix.yaml +++ b/examples/oidc/apisix/conf/apisix.yaml @@ -76,17 +76,6 @@ routes: headers: set: X-User-Secret: ${{X_USER_SECRET}} - - - id: upload_draft - uri: /oidc/upload - service_id: jmap_service_oidc - methods: - - POST - - OPTIONS - plugin_config_id: jmap-plugin - plugins: - proxy-rewrite: - uri: /upload - id: web_known_finger uris: @@ -175,13 +164,6 @@ routes: - POST - OPTIONS plugin_config_id: jmap-plugin - - id: upload_draft_basic_auth - uri: /upload - service_id: jmap_service_basic_auth - methods: - - POST - - OPTIONS - plugin_config_id: jmap-plugin - id: web_known_linagora_ecosystem_basic_auth uri: /.well-known/linagora-ecosystem service_id: jmap_service_basic_auth --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org