Skip to content

Commit

Permalink
Merge branch 'main' into repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbiztondo-splunk authored Sep 29, 2024
2 parents ef0e80e + b91de04 commit ded1192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions synthetics/test-config/global-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Define a global variables once, then you can use the variable across all of your

How can you use global variables?
===================================
Global variables are stored securely in the Splunk Synthetic Monitoring platform, but the keys and values of all global variables in your account are visible to all users with Manager or Administrator access.
Global variables are stored securely in the Splunk Synthetic Monitoring platform, but the keys and values of all global variables in your account are visible to all users.

To preserve your account's security, don't use production credentials, real credit card information, or other sensitive data in global variables for your checks. Instead, try using placeholder credentials to test workflows that require information to be entered during a test.

Expand All @@ -26,9 +26,6 @@ When you :strong:`conceal` a global variable, its value is permanently concealed

To preserve security, the value of a concealed global variable is never revealed to any user of the account after it has been created and saved. The value is scrubbed from the Splunk Synthetic Monitoring UI, from test results, and from alert messages.

Prerequisites
================
You need administrator access in Splunk Synthetic Monitoring to create and reference global variables.

Create a global variable
===============================
Expand Down
4 changes: 0 additions & 4 deletions synthetics/test-config/private-locations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ When using runner, it's important to correctly configure the proxy settings to a

- By default, the runner will set the ``NO_PROXY`` variable in the Dockerfile to include ``127.0.0.1``. If you override ``NO_PROXY``, you must ensure that ``127.0.0.1`` and ``localhost`` are still present, or browser tests may fail.

4. :strong:`Startup Check`:

- The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you might encounter unexpected behavior in test execution.




Expand Down

0 comments on commit ded1192

Please sign in to comment.