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

Hook into vault #1

Merged
merged 7 commits into from
Nov 8, 2016
Merged

Hook into vault #1

merged 7 commits into from
Nov 8, 2016

Conversation

djenriquez
Copy link
Owner

No description provided.

next();
});

app.listen(PORT, () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I usually throw this line on the very bottom after I register all of my routes.

@@ -0,0 +1,29 @@
import express from 'express';
import bodyParser from 'body-parser';
import favicon from 'serve-favicon';
Copy link
Collaborator

Choose a reason for hiding this comment

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

probably dont need this favicon thing.

"lodash": "^4.16.6",
"material-ui": "^0.16.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^1.0.0"
"react-tap-event-plugin": "^1.0.0",
"serve-favicon": "^2.3.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

same here about the favicon

DJ Enriquez added 2 commits November 7, 2016 17:25
- Using express backend server to make calls to the Vault API to bypass
CORs
- Adding login, list secrets, and get secrets calls
@djenriquez djenriquez merged commit a741cc5 into master Nov 8, 2016
@djenriquez djenriquez deleted the hook-into-vault branch November 8, 2016 23:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants