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

Add support for oms_agent_identity in oms_agent block in azurerm_kubernetes_cluster #618

Open
1 task done
aalmog999 opened this issue Dec 15, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@aalmog999
Copy link

aalmog999 commented Dec 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

The azurerm_kubernetes_cluster resource in the Terraform azurerm provider supports configuring oms_agent_identity inside the oms_agent block for specifying a User-Assigned Managed Identity for monitoring purposes.
However, the current version of the Azure/aks/azurerm module (version 9.3.0) does not expose or support this oms_agent_identity block.
Adding this feature would allow users to specify a custom User-Assigned Managed Identity for the Azure Monitor agent when deploying an AKS cluster through this module.

Current Behavior:
Currently, the module allows setting up oms_agent but does not provide the ability to configure oms_agent_identity and
trying to disable the current configuration.

Expected Behavior:
The module should support an oms_agent_identity block under oms_agent to allow users to specify a User-Assigned
Managed Identity for the OMS agent.

New or Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster

Potential Terraform Configuration

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants