Skip to content

Commit

Permalink
Remove UAA
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Jan 23, 2021
1 parent ad3cba6 commit 6b31137
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 403 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
public class Constants {

public static final String PROFILE_OAUTH2 = "oauth2";
public static final String PROFILE_UAA = "uaa";

private Constants() {
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ResponseEntity<List<RouteVM>> getRoutes() {

return routeVM;
})
// we don't need the service sets. They come in as of eureka.fetch-registry=true, which is needed for requests against UAA
// we don't need the service sets. They come in as of eureka.fetch-registry=true
.filter(routeVM -> routeVM.getServiceInstances() == null || routeVM.getServiceInstances().isEmpty())
.forEach(route -> routeVMs.put(route.getServiceId(), route));

Expand Down
16 changes: 0 additions & 16 deletions src/main/resources/config/application-uaa.yml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6b31137

Please sign in to comment.