From 0476cd6bd252c4127bcfb482585370ed0bd9a904 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 13 Jan 2021 17:41:52 -0600 Subject: [PATCH] Update README.md --- Workbench/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Workbench/README.md b/Workbench/README.md index 2d22a23..97e0812 100644 --- a/Workbench/README.md +++ b/Workbench/README.md @@ -9,4 +9,6 @@ NOTE: The workbench requires that an environment variable named CSPHOSTNAME be s Please see a detailed description [here](https://spaces.at.internet2.edu/x/VhLtBw). +NOTE: There is basic auth setup on the home page. The username is csp and the password is workbench. + NOTE: This environment works with Docker for Windows CE, but before cloning this repository, ensure that your git client on Windows does not translate LF line endings into CRLF line endings or the mq and grouper_daemon contains will not start. This can be done using the command: 'git config --global core.autocrlf false'