sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.07k stars 118 forks source link

sst secret set/load should error on incorrect name format #515

Closed jayair closed 2 weeks ago

jayair commented 2 weeks ago

Right now the CLI lets you set any format you want. But you'll get an error when you create the secret in your sst config and deploy:

Invalid component name "DB_CREDENTIALS_SECRET". Component names must start with an uppercase letter and contain only alphanumeric characters.
thdxr commented 2 weeks ago

fixed in v0.0.405