Skip to content
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

Merged
merged 4 commits into from
Jan 31, 2024
Merged

### 0.2.7 #16

merged 4 commits into from
Jan 31, 2024

Conversation

kavaribes
Copy link
Contributor

0.2.7

  • updated curl to 8.5.0 because of vulnerability
  • access is allowed for the admin role in production

@kavaribes kavaribes requested review from planv and fqjony January 22, 2024 11:27
@@ -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";
Copy link
Contributor

Choose a reason for hiding this comment

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

@kavaribes

  • ALLOW_PRODUCTION_SSH_ACCES_ROLES?
  • and change it from string to array
    what do you think ?

Copy link
Contributor Author

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

Copy link
Contributor

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.

@kavaribes kavaribes requested a review from planv January 31, 2024 19:41
@kavaribes kavaribes merged commit 7b73562 into master Jan 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants