Skip to content

Instantly share code, notes, and snippets.

@philgebhardt
Last active March 19, 2020 19:35
Show Gist options
  • Save philgebhardt/d362fe80aaba26ee94ecebb97dfebc6e to your computer and use it in GitHub Desktop.
Save philgebhardt/d362fe80aaba26ee94ecebb97dfebc6e to your computer and use it in GitHub Desktop.
## Gremlin Identifier; uniquely identifies this machine with Gremlin
## (can also set with GREMLIN_IDENTIFIER environment variable)
identifier: gremlin-01
## Gremlin Team Id; you can find this value at https://app.gremlin.com/settings/teams
## (can also be set with GREMLIN_TEAM_ID environment variable)
team_id: 11111111-1111-1111-1111-111111111111
## Gremlin Client Tags; Tag your machine with key-value pairs that help you target this machine during attacks
## (can also set with GREMLIN_CLIENT_TAGS environment variable)
tags:
service: pet-store
interface: http
## Gremlin Team Secret, should not be set when using `team_certificate`+`team_private_key`
## (can also set with GREMLIN_TEAM_SECRET environment variable)
team_secret: 11111111-1111-1111-1111-111111111111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment