Richard chen
Richard chen
@miwithro I encounter same issue with this, and I didn't configure Private link to my keyvault. Do you have any idea on this? > Hi @miwithro, thanks for your help...
@scorpionfly7 What's the node architecture are you using?amd64 or arm64?
@scorpionfly7 That is the problem, ARM64 architecture support is in our roadmap, and we are currently working on it.
Do we treat all replicas (including user-provided and auto-discovered) evenly? Just round-robin between them when LoadBalance is enabled.
@itsdani An App configuration is intended to centralize the management of configurations. Your apps could refer to a single config item for the same value. If you want to group...
Instead of using label, keyPrefix should be suitable for hierarchic namespaces given that we don't support configuration reference yet. You could group the common configuration that can be used across...
> @itsdani > > Thank you for your suggestion! AppConfiguration is indeed looking into enabling internal and external configuration references. I can think of multiple scenarios where these can be...
@kleinmt The provider is using its own service account to support workload identity because it can only access its own service account's mounted token file. Support arbitrary service accounts means...
@kleinmt the provider itself is a deployment, you can have more than 1 replica count for redundancy, load balancing, etc. But seems it's not a quite solid reason that having...
App configuration allows access from all origins. Could you please check whether the preflight request is correctly issued?