Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Bug 1287112 - chain of trust in generic worker #123

Merged
merged 1 commit into from Jan 30, 2017
Merged

Conversation

petemoore
Copy link
Member

Added some docs about the new feature.

@@ -8,7 +8,7 @@ Development Setup
-----------------

1. Install: `npm install`
2. Run the webserver: `gulp webserver`
2. Run the webserver: `./node_modules/.bin/gulp`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gulp recommends installing with -g, which would put it in PATH. I guess this is fine though. (node hackers would know what you meant)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The preference is for it to not be installed globally at all and left local. Then map a start script to gulp:

"scripts": {
  "start": "gulp"
}

So you start the web server with npm start.

@petemoore petemoore assigned djmitche and unassigned gregarndt Sep 6, 2016
@djmitche
Copy link
Contributor

djmitche commented Sep 7, 2016

I just have the one comment about how to config the worker to find the cert..

@petemoore
Copy link
Member Author

Thanks guys! I'll try to get to this tomorrow.

@petemoore
Copy link
Member Author

Ah, blast - I forgot about this PR. Will get back to this shortly...

@djmitche
Copy link
Contributor

djmitche commented Dec 1, 2016

@petemoore .. shortly? :)

@djmitche
Copy link
Contributor

@petemoore can you update this so we can get it merged? :)

@petemoore
Copy link
Member Author

petemoore commented Jan 27, 2017

So finally I got round to updating this PR! It had totally bit-rotted! @djmitche @eliperelman let me know what you think!

@djmitche djmitche merged commit 7e75b38 into master Jan 30, 2017
}
```

# Feature: `chainOfTrust`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's late, but this should have been h2 or h3.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll push a fix.

`features` object.

Note: Some features require additional information within the task definition.
Features may also require scopes. Consult the documentation for each feature
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, double spaces do not render in HTML, so we need to break the habit of double spacing after a full stop. 😆

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, you'll have pry that second space out of my cold, dead fingers :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants