Skip to content

Commit c63d2e5

Browse files
committed
slave -> emissary renaming
1 parent e3b0762 commit c63d2e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm install
4141
Copy the config/config.example.json to config/config.local.json.
4242
Use the config/config.js for documentation and further examples.
4343

44-
**`outcomes.dir`** Configure this value. This needs to be a directory of your choosing that both the orchestrator and app-scanner containers use. The `outcomes.dir` value should be the same as the testers `slave.report.dir` and `results.dir` value. The directory you choose and configure needs group `rwx` permissions applied to it becuase the orchestrator and tester containers share the same group, they also read, write and delete outcome files within this directory.
44+
**`outcomes.dir`** Configure this value. This needs to be a directory of your choosing that both the orchestrator and app-scanner containers use. The `outcomes.dir` value should be the same as the testers `emissary.report.dir` and `results.dir` value. The directory you choose and configure needs group `rwx` permissions applied to it becuase the orchestrator and tester containers share the same group, they also read, write and delete outcome files within this directory.
4545

4646
**`testerFeedbackComms.medium`** Long Polling `lp` is supported in both `local` and `cloud` environments. Server Sent Events `sse` is only supported in the `local` environment due to AWS limitations. Both `lp` and `sse` are real-time. Both implementations have their pros and cons.
4747

config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const schema = {
126126
},
127127
outcomes: {
128128
dir: {
129-
doc: 'The directory that stores Tester results and Slave reports. This directory needs group rwx permissions.',
129+
doc: 'The directory that stores Tester results and Emissary reports. This directory needs group rwx permissions.',
130130
format: String,
131131
default: '/var/log/purpleteam/outcomes/'
132132
},

src/api/orchestration/schemas/buildUserConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const schema = {
9898
'version'
9999
],
100100
title: 'DataAttributes',
101-
errorMessage: { properties: { loggedInIndicator: 'A loggedInIndicator is required by the App slave in order to know if a login was successful' } }
101+
errorMessage: { properties: { loggedInIndicator: 'A loggedInIndicator is required by the App emissary in order to know if a login was successful' } }
102102
},
103103
SutAuthentication: {
104104
type: 'object',

0 commit comments

Comments
 (0)