You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
According to Checkov's policy:
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.The text was updated successfully, but these errors were encountered: