AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

App Configuration Provider for Python

Open DhavalShewale opened this issue 2 years ago • 3 comments

Currently azure-appconfiguration library return the secret uri for keyvault referenced secrects. App Config Provider library should be created for python so that these secrets should be auto-resolved

The issue was originally reported here

DhavalShewale avatar Jan 28 '22 17:01 DhavalShewale

We'd like to bring the feature parity to Python but the work is not trivial as we don't have a python provider at this moment. It's in our backlog and may not be available anytime soon. BTW, regarding to the original issue, for java provider we do offer resolving key vault reference. https://docs.microsoft.com/en-us/azure/azure-app-configuration/use-key-vault-references-spring-boot

shenmuxiaosen avatar Jan 28 '22 21:01 shenmuxiaosen

@shenmuxiaosen Tks for the update. I am already using azure-spring-cloud-appconfiguration-config for spring boot apps. I was looking to find a similar provider for python apps, but based on your comment it seems we will have to wait for it.

DhavalShewale avatar Jan 31 '22 15:01 DhavalShewale

See https://github.com/Azure/AppConfiguration/issues/657 for a Proposed Design that is open to comment.

mrm9084 avatar Jun 10 '22 19:06 mrm9084

Beta Released: https://pypi.org/project/azure-appconfiguration-provider/

mrm9084 avatar Oct 14 '22 00:10 mrm9084

When is this slated for a GA release? I want to use App Configurator with Python SDK but need to justify with my company - can only do that if it's GA

arunAtCSGI avatar Dec 14 '22 19:12 arunAtCSGI

We don't have an exact date at the moment. We are currently finalizing a few things. We have a few changes that we want to make before the final release.

mrm9084 avatar Jan 12 '23 21:01 mrm9084

A new beta version has been released azure-appconfiguration-provider 1.0.0b2

mrm9084 avatar Feb 16 '23 17:02 mrm9084

The App Configuration Provider for Python is GA since March 9.

Sidewinder53 avatar Mar 13 '23 07:03 Sidewinder53

@Sidewinder53 @arunAtCSGI Note: some breaking changes were made for the GA, check out the announcement for info and links. https://github.com/Azure/AppConfiguration-Announcements/issues/28

mrm9084 avatar Mar 13 '23 22:03 mrm9084