MCPcopy Index your code
hub / github.com/scality/cloudserver / runScript

Function runScript

tests/functional/scripts/ensureServiceUser.js:42–50  ·  view source on GitHub ↗
(userName)

Source from the content-addressed store, hash-verified

40}
41
42function runScript(userName) {
43 return execFileAsync('node', [script, 'apply', userName, '--iam-endpoint', iamEndpoint], {
44 env: {
45 ...process.env,
46 AWS_ACCESS_KEY_ID: accessKeyId,
47 AWS_SECRET_ACCESS_KEY: secretAccessKey,
48 },
49 });
50}
51
52async function ignoreNoSuchEntity(promise) {
53 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected