Azure-Samples / langfuse-on-azure

An easy way to deploy the Langfuse observability platform to Azure Container Apps with Entra authentication.
MIT License
37 stars 4 forks source link

ContainerAppSecretInvalid: Invalid Request: Container app secret(s) with name(s) 'authclientsecret' are invalid: value or keyVaultUrl and identity should be provided. #12

Closed TerryCM closed 4 months ago

TerryCM commented 5 months ago

Getting this error despite following all the instructions on the read me, I tested locally and via Github codespaces:

ERROR: deployment failed: error deploying infrastructure: deploying to subscription:

Deployment Error Details: InvalidTemplateDeployment: The template deployment 'container' is not valid according to the validation procedure. The tracking id is '34707f96-61d9-475b-b762-07dc06ffaddc'. See inner errors for details. ValidationForResourceFailed: Validation failed for a resource. Check 'Error.Details[0]' for more information. ContainerAppSecretInvalid: Invalid Request: Container app secret(s) with name(s) 'authclientsecret' are invalid: value or keyVaultUrl and identity should be provided.

TraceID: 7d3eb78f588f88bfb4ed8c6815c25125 image

This issue is for a: (mark with an x)

- [ X] bug report -> please search issues before submitting
- [ ] feature request
- [X ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
stphnthiel commented 5 months ago

Any idea for a fix? It looks like there is a config issue when not using Entra auth.

pamelafox commented 4 months ago

Taking a look now!

pamelafox commented 4 months ago

Fixed, just change this line: https://github.com/Azure-Samples/langfuse-on-azure/pull/13/files#diff-7ef659fc9cf6968e718894d300490b14ea7a52091e7d4bcffae3a5029ac721d4R168 Thanks for filing!