uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
548 stars 148 forks source link

Basic validation for variable names #3676

Closed CGoodwin90 closed 3 months ago

CGoodwin90 commented 3 months ago

General Checklist

Database Migrations

Currently the api allows for empty variables names & leading/trailing spaces - this provides basic validation for empty variable names and trims whitespace.

closes https://github.com/uselagoon/lagoon/issues/3665