Skip to content

Commit

Permalink
Removed CORS proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdurin committed Jul 15, 2024
1 parent 8f633e6 commit 75888fe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ CookieAffinityGatewayFilterFactory cookieAffinityGatewayFilterFactory() {
return new CookieAffinityGatewayFilterFactory();
}

@Bean
ProxyGatewayFilterFactory proxyGatewayFilterFactory() {
return new ProxyGatewayFilterFactory();
}

@Bean
GeorchestraUserHeadersContributor userSecurityHeadersProvider() {
return new GeorchestraUserHeadersContributor();
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion gateway/src/test/resources/application-createaccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ georchestra:
global-access-rules:
- intercept-url:
- "/**"
- "/proxy/?url=*"
anonymous: true
security:
createNonExistingUsersInLDAP: true
Expand Down
1 change: 0 additions & 1 deletion gateway/src/test/resources/application-preauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ georchestra:
global-access-rules:
- intercept-url:
- "/**"
- "/proxy/?url=*"
anonymous: true
security:
createNonExistingUsersInLDAP: true
Expand Down
1 change: 0 additions & 1 deletion gateway/src/test/resources/application-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ georchestra:
global-access-rules:
- intercept-url:
- "/**"
- "/proxy/?url=*"
anonymous: true
security:
createNonExistingUsersInLDAP: true
Expand Down

0 comments on commit 75888fe

Please sign in to comment.