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

Make api_server_authorized_ip_ranges argument configurable. Assign api_server_authorized_ip_ranges in test code to meet the compliance. #208

Closed
lonegunmanb opened this issue Jun 30, 2022 · 0 comments · Fixed by #220

Comments

@lonegunmanb
Copy link
Member

According to Checkov's policy:

To enhance cluster security and minimize attacks, the API server should only be accessible from a limited set of IP address ranges. These IP ranges allow defined IP address ranges to communicate with the API server. A request made to the API server from an IP address that is not part of these authorized IP ranges is blocked.

We need add variable for api_server_authorized_ip_ranges and set this variable in the test code to make sure our test code meet the compliance.

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 a pull request may close this issue.

1 participant