spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
This repo provides the Dashboard application of Spring Cloud Data Flow
Address the issue: https://github.com/spring-cloud/spring-cloud-dataflow-ui/issues/1887 When OAuth2 is enabled and there are `client-registrations` with `authorization-grand-type` `authorization_code` all those are going to be listed within the Angular-Login, now. Also when you logout...
Simplify security.guard.ts
The Task Detail page that is shown immediately following the task launch does not display the page. 1. Launch a task definition 2. The task detail page will not be...
Hi, do we know if the Spring Cloud Dataflow UI supports any accessibility standards? Ideally WCAG 2.1 standards.
Bumps and [ws](https://github.com/websockets/ws). These dependencies needed to be updated together. Updates `ws` from 8.16.0 to 8.17.1 Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231)....
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
**Description:** If you use spring-cloud-data-flow-server behind a reverse proxy it is not possible to view the logs within the ui as the "_links" are calculated from the backend with its...
We set up a SCG in front of SCDF so we can have basic auth set up to protect the dashboard page, then we found that many button in dashboard...
UI accessed over reverse-proxy: `http://reverse-proxy-url:443/scdf/` Actual backend url: `http://somedomain.de:8080/scdf/` If you access _links the actual backend is rendering those as `http://somedomain.de:8080/scdf/tasks/logs/mytask?platformName=default&schemaTarget=boot2` This PR is going to exchange the protocol /...