aboutsummaryrefslogtreecommitdiffstats
path: root/so-monitoring/readme.md
diff options
context:
space:
mode:
authork.kazak <k.kazak@samsung.com>2019-10-04 16:58:14 +0200
committerk.kazak <k.kazak@samsung.com>2019-10-04 16:58:14 +0200
commit3ce363510c15afa051454f64b8db303b0adcf053 (patch)
tree96567c784de7762dda2710a77ae5d5d96675f448 /so-monitoring/readme.md
parent8fee4fd7a88ec025e142bafa50cc7e0dc8610b0d (diff)
Revert "basic auth for so-monitoring"
This reverts commit 3cc4c5bf37b4ae20a9809c329ad8aa1889aadbdd. Change-Id: I66ae23f1ef82f28c78986d58ce3373b56e950c7b Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com>
Diffstat (limited to 'so-monitoring/readme.md')
-rw-r--r--so-monitoring/readme.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/so-monitoring/readme.md b/so-monitoring/readme.md
deleted file mode 100644
index d4b876c763..0000000000
--- a/so-monitoring/readme.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# SO Monitoring
-
-----
-
-## Introduction
-
-SO Monitoring provides multiple useful features:
-* Search/Filtering Menu
-* A graphical user interface
-* Workflow pathing
-* Subflow navigation
-* Access to the workflow variables
-
-## Compiling / Running
-
-Compiling is simple: `mvn clean install`
-Compilation may fail if your code is not formatted properly.
-
-## Components
-
-### so-monitoring-handler
-
-
-### so-monitoring-service
-
-Backend API for so-monitoring. Requires basic auth to access it.
-
-Default credentials:
-- with role GUI-Client: gui/password1$
-
-Note that these default users should be changed for production.
-
-### so-monitoring-ui
-
-UI for so-monitoring has a separate README.md - so-monitoring/so-monitoring-ui/src/main/frontend/README.md