diff --git a/guides/_subsections/store-credentials.md b/guides/_subsections/store-credentials.md index 449ce382..af9818b4 100644 --- a/guides/_subsections/store-credentials.md +++ b/guides/_subsections/store-credentials.md @@ -26,7 +26,31 @@ If you intend to use Cryostat Automated Rule " %} -
  • +
  • + {% include howto_step.html + summary="Test your credentials" + image-name="2.3.0/store-credentials-3.png" + text=" + Navigate to the Test tab to use the Credential Test Table to check if the entered credential is valid for the matched targets. +

    + + You can individually test each target or bulk test all targets at the same time. The Status column will report the following test status: + +
      +
    1. + Valid: valid credential for the target JVM. +
    2. +
    3. + Invalid: invalid credential for the target JVM. +
    4. +
    5. + Not applicable: JMX authentication is not enabled on the target JVM. +
    6. +
    + " + %} +
  • +
  • {% include howto_step.html summary="(Alternative to Steps 1 and 2) Store Credentials when connecting to a target JVM" image-name="2.3.0/navigate-to-recordings-1.png" diff --git a/images/2.3.0/store-credentials-3.png b/images/2.3.0/store-credentials-3.png new file mode 100644 index 00000000..7495ef8e Binary files /dev/null and b/images/2.3.0/store-credentials-3.png differ