Update Watcher docs with guidance regarding simulating watches that contain passwords. (#139413)

This commit is contained in:
CJ Cenizal 2022-09-06 16:11:18 -07:00 committed by GitHub
parent 875a624179
commit a9ddf3fa84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,6 +225,10 @@ simulation. Be aware of these implementation details on overrides:
* Condition overrides indicates if you want to force the condition to always be `true`.
* Action overrides support {ref}/watcher-api-execute-watch.html#watcher-api-execute-watch-action-mode[multiple options].
Some watches, such as those using basic auth credentials, contain passwords. For security
reasons, these passwords will be stripped from any watches that are loaded by the
Watcher UI. You will need to manually re-enter these passwords to simulate the watch.
After starting the simulation, youll see a results screen. For more information
on the fields in the response, see the {ref}/watcher-api-execute-watch.html[Execute watch API].