-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
### 0.2.7 #16
Conversation
bin/controller.keys.js
Outdated
@@ -28,6 +28,8 @@ var _ = require('lodash'); | |||
module.exports.updateKeys = function updateKeys(options, taskCallback) { | |||
|
|||
let roles = process.env.ALLOW_SSH_ACCESS_ROLES || "admin,maintain,write"; | |||
let productionBranch = process.env.PRODUCTION_BRANCH || "production"; | |||
let adminRole = process.env.ADMIN_ROLE || "admin"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ALLOW_PRODUCTION_SSH_ACCES_ROLES
?- and change it from string to array
what do you think ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add ability connect to production containers for Administrators
It's from task.
@planv
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is needed in our case.
But we also have to provide ability to expand this value.
0.2.7