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

Automatically resolve Key Vault references when using App Configuration #3684

Open
atrauzzi opened this issue Mar 3, 2025 · 0 comments
Open
Labels
kind/enhancement New feature or request

Comments

@atrauzzi
Copy link

atrauzzi commented Mar 3, 2025

If I configure a pointer to Azure Key Vault values from within Azure App Configuration, it would be useful if the dapr Azure App Configuration binding supported automatically turning those references into values.

As things stand right now, when I get a value from configuration that is mapped to an Azure Key Vault, it returns a JSON structure which represents a pointer to the Key Vault Resource.

This is undesirable as I'm then forced to use the Azure SDK to dereference that Key Vault pointer, thus breaking the dapr abstraction. 🪄

@atrauzzi atrauzzi added the kind/enhancement New feature or request label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant