Skip to content

feat: add configurable EKS control plane logging#96

Merged
kav merged 1 commit intomainfrom
feat/cluster-logging
Feb 26, 2026
Merged

feat: add configurable EKS control plane logging#96
kav merged 1 commit intomainfrom
feat/cluster-logging

Conversation

@kav
Copy link
Member

@kav kav commented Feb 26, 2026

Summary

  • Adds cluster_enabled_log_types variable (list of strings, default [])
  • Replaces the hardcoded empty enabled_log_types in the EKS module with the variable
  • Allows consumers to enable any combination of: api, audit, authenticator, controllerManager, scheduler

Test plan

  • Run tofu validate to verify syntax
  • Run tofu plan with default (empty list) — no changes expected
  • Run tofu plan with cluster_enabled_log_types = ["api", "audit", "authenticator", "controllerManager", "scheduler"] — log types should be set

🤖 Generated with Claude Code

@kav kav force-pushed the feat/cluster-logging branch from 955db75 to a3efee6 Compare February 26, 2026 23:28
@kav kav merged commit b8cdfe6 into main Feb 26, 2026
2 checks passed
@kav kav deleted the feat/cluster-logging branch February 26, 2026 23:29
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.

3 participants