Closed jonathan-fileread closed 11 months ago
Support for this is available in hashicorp/go-azure-sdk
in API version 2023-08-01
- however it appears this needs to be updated to use the new API Version to enable this, so I'm tagging this as such.
When does the Terraform-provider-azurerm support this feature?
@Waylonwhynot in a bit, PR is being tested as we speak.
duplicate of #15068?
duplicate of #15068?
Is it? Not sure to be honest. #15066 looks more like accessing underlying storage accounts using an either user-assigned or system-assigned managed identity, where as this is authentication towards redis instance itself?
Ah - ok - I thought they were related, but if they are distinct then that's fair enough
thanks @favoretti @manicminer for pushing this one out. While toggle for enabling AAD is now enabled, we're still missing functionality to add a redis_user, or access_policies via terraform. Should I create another ticket for this?
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Description
Azure Redis now allows AD authentication to use identity based authentication (e.g. through defaultazurecredential) to make a connection string to redis.
Currently this exists in bicep, but not in terraform. We'd love to get a boolean toggle to enable this authentication method! See screenshot below. under Redis > Advanced Settings
New or Affected Resource(s)/Data Source(s)
azurerm_redis_cache
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication