-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Support for Azure Redis Cache to use AD Authentication #23777
Comments
Support for this is available in |
When does the Terraform-provider-azurerm support this feature? |
@Waylonwhynot in a bit, PR is being tested as we speak. |
duplicate of #15068? |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: