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

Turn monitoring on in the test code. #201

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Conversation

lonegunmanb
Copy link
Member

@lonegunmanb lonegunmanb commented Jun 23, 2022

This patch fix #200 and #183 by turning monitoring on in the test code.

@lonegunmanb lonegunmanb requested a review from zioproto June 23, 2022 09:31
@@ -77,6 +78,7 @@ module "aks_without_monitor" {
source = "../.."
prefix = "prefix2-${random_id.prefix.hex}"
resource_group_name = azurerm_resource_group.main.name
#checkov:skip=CKV_AZURE_4:The logging is turn off for demo purpose. DO NOT DO THIS IN PRODUCTION ENVIRONMENT!
Copy link
Collaborator

Choose a reason for hiding this comment

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

I understand this comment is used to disable a warning for www.checkov.io,
I dont know how to check if this comment is working as expected.

I understand CKV_AZURE_4 is correct and it means: Ensure Azure AKS cluster monitoring is enabled

https://docs.bridgecrew.io/docs/bc_azr_kubernetes_1

LGTM.

@lonegunmanb lonegunmanb merged commit 4a6e517 into Azure:master Jun 27, 2022
@lonegunmanb lonegunmanb deleted the f-200 branch November 21, 2023 08:26
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.

Turn monitoring on in the test code.
2 participants