From 43f6589aa8323e0f30fc1bf705a39fe5f98ef87f Mon Sep 17 00:00:00 2001 From: thr Date: Thu, 11 Apr 2024 09:13:06 +0200 Subject: [PATCH] MWS: SAM added --- .../examples/services-auditing-monitor/README.md | 3 +++ mywebmethodsserver/helm/README.md.gotmpl | 1 + 2 files changed, 4 insertions(+) create mode 100644 mywebmethodsserver/examples/services-auditing-monitor/README.md diff --git a/mywebmethodsserver/examples/services-auditing-monitor/README.md b/mywebmethodsserver/examples/services-auditing-monitor/README.md new file mode 100644 index 0000000..0880466 --- /dev/null +++ b/mywebmethodsserver/examples/services-auditing-monitor/README.md @@ -0,0 +1,3 @@ +# MWS as Service Auditing Monitor + +To use MWS as Service Auditing Monitor (SAM), MWS must communicate with a deployed [MSR as SAM](../../../microservicesruntime/examples/service-auditing-monitor/README.md). You can read [Configuring Web Service Authentication for CAF Applications](https://documentation.softwareag.com/webmethods/mywebmethods_server/mws10-15/webhelp/mws-webhelp/index.html#page/my-webmethods-server-webhelp%2Fta-configure_basic_auth_msr.html%23) to setup this connection. \ No newline at end of file diff --git a/mywebmethodsserver/helm/README.md.gotmpl b/mywebmethodsserver/helm/README.md.gotmpl index 0382028..2a859fc 100644 --- a/mywebmethodsserver/helm/README.md.gotmpl +++ b/mywebmethodsserver/helm/README.md.gotmpl @@ -16,6 +16,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use | Use-case | Description | |-----|------| | [mws-postgresql](../examples/postgresql/README.md) | Using MWS with external PostgreSQL database | +| [service-auditing-monitor](../examples/service-auditing-monitor/README.md) | Using MWS as Service Auditing Monitor | ## Install MyWebMethods Server Release