CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
527 stars 159 forks source link

Container App secret settings #964

Open isaacabraham opened 2 years ago

isaacabraham commented 2 years ago

At the moment, container apps has a multitude of ways to apply settings. The thing that you can't currently (easily) do in Farmer is have a secret setting and have it applied into the container app - it doesn't get set properly. @ninjarobot I remember we spoke about this - I'd like to submit a PR that fixes this but it might be a breaking change in terms of the API (but not in terms of ARM generation as such). The currently codebase is IIRC (I need to dig up a prototype fix I made) broken.

ninjarobot commented 2 years ago

Those are difficult to get working and an improvement will be welcome. What would the breaking change be?

martinbryant commented 1 year ago

@isaacabraham any news on a possible PR for this? Happy to take a look