drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
113 stars 30 forks source link

Convert apps names to lowercase before creating them #314

Closed jbtrystram closed 1 year ago

jbtrystram commented 1 year ago

-> should we also lowercase on the other operations ? Because I suppose that creating "MyApp" will succesfuly create it, then reading MyApp will result in "not found"

ctron commented 1 year ago

I guess we need to make this change in more locations, like delete and update. Maybe it is best to just reject the creation altogether.