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

Dashboard: Security Group refinement #374

Open
brifordwylie opened this issue Jan 10, 2024 · 0 comments
Open

Dashboard: Security Group refinement #374

brifordwylie opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
aws AWS Specific Work Python CDK AWS CDK Python web_interface Web Interface Work
Milestone

Comments

@brifordwylie
Copy link
Member

Okay, so the Python CDK script that deploys the SageWorks Dashboard is working fine. The issue for this ticket is that the Load Balancer gets a default security group which is too ‘liberal’ about incoming traffic. The script adds a custom security group that blocks everything except a whitelist of CIDRs.

We need to change the CDK script so that:

It really deletes the security group (the logic we have now, tries to delete it but obviously doesn’t)

Somehow pulls the default security group and modifies it

There’s several Github issue around exactly this issue:

@brifordwylie brifordwylie added aws AWS Specific Work web_interface Web Interface Work Python CDK AWS CDK Python labels Jan 10, 2024
@brifordwylie brifordwylie added this to the SageWorks: 0.6.0 milestone Jan 10, 2024
@brifordwylie brifordwylie self-assigned this Jan 10, 2024
@brifordwylie brifordwylie modified the milestones: SageWorks: 0.9.0, Future Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws AWS Specific Work Python CDK AWS CDK Python web_interface Web Interface Work
Projects
Status: Backlog
Development

No branches or pull requests

1 participant