Skip to content

Commit

Permalink
RANCHER-2066. app-request-mediated-ui proper targeting has been imple…
Browse files Browse the repository at this point in the history
…mented. (#805)
  • Loading branch information
epam-avramenko authored Feb 10, 2025
1 parent e4508ff commit 8dde0b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/org/folio/rest_v2/eureka/Eureka.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ class Eureka extends Base {
tenant.applications.remove("app-consortia-manager")
tenant.applications.remove("app-linked-data")
}

if (!tenant.isSecureTenant)
tenant.applications.remove("app-requests-mediated-ui")
}

return this
Expand Down

0 comments on commit 8dde0b5

Please sign in to comment.