Maciej Nachtygal
Maciej Nachtygal
@ocelotl I'm gonna need some help with testing excluded urls from env. I'm not sure what is the correct way to do that...
I just shared some thoughts on similar issue here https://github.com/kevin1024/vcrpy/pull/923#issuecomment-3551622457
Tests are failing, because there is a missing asset for new test. I need some help with adding this asset as I'm not sure how to do that.
here is missing asset `test_provider.pyTestAppConfigurationProvidertest_provider_key_vault_reference_lazy_load.json` ```json { "Entries": [ { "RequestUri": "https://Sanitized.azconfig.io/kv/message?label=%00&api-version=1970-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/vnd.microsoft.appconfig.kv+json, application/problem+json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", "Content-Length": "94", "Content-Type": "application/json", "User-Agent": "azsdk-python-appconfiguration/unknown...
@alekseik1 I wonder what is your setup for test. Do you use TestClient from starlette or fastapi as sync or async? @Kludex recommends using https.AsyncClient instead of TestClient if you...
Hi @sobolevn @intgr :wave: Is this bug anywhere on your roadmap? Do you have a suggestion how to approach this issue? Are you willing to accept a PR?
We use a single provider for the whole app - if that's an anti-pattern, then let us know and this should be added to docs somehow. But on the other...
I thought about a bit more. I think that depending on interpretation we might be breaking principle of least privilege. Therefore using selectors for each secret make sense. Nevertheless, I...
@mrm9084 any update on this?