Skip to content

Secrets

Secrets are used to store information that can be read by the agents of the Spider. These can be stored per environment or per workstation.

Creating a new secret

When creating a new secret, you have to specify a couple of fields that allow agents to receive secret information from the Spider.

secrets-add.png

Application

The name of the application for which to use this secret. (e.g. spider, aihub)

Warning

The application name may not contain any of the following characters: /\&

Key

The key that describes what the secret value will represent. (e.g. username, user_email)

Warning

The secret key name may not contain any of the following characters: /\&

Environment or Workstation

The scope of the secret.

  • Applying secrets to an environment will allow any workstation's agent that's part of that environment to receive the secret's value.
  • Applying secrets to a workstation will only allow that specific workstation to receive the secret's value.

Tip

If the combination of application and key exists for both the workstation's environment and workstation itself. The agent will receive the value that's been specifically assigned to the workstation.