Skip to content

Commit

Permalink
JAMES-3907 OIDC Example - remove Apisix configuration for upload draf…
Browse files Browse the repository at this point in the history
…t endpoint
  • Loading branch information
vttranlina authored and Arsnael committed Oct 16, 2024
1 parent 4a2bba0 commit e2ee7f2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions examples/oidc/apisix/conf/apisix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e2ee7f2

Please sign in to comment.