chilly-sunset-85353
03/08/2025, 7:35 AMStackSettingsConfigValue
with isSecure = true
, it copies the value directly into the stack yaml without encrypting it first, and then chokes when trying to decrypt it during preview/apply.echoing-dinner-19531
03/09/2025, 9:11 PMSetConfigAsync
method on the Workspace
. The yaml serialisation/deserialisation is just for raw manipulation of the yaml config files, it doesn't have access to the secret encryption in the engine.chilly-sunset-85353
03/09/2025, 9:17 PMechoing-dinner-19531
03/09/2025, 9:18 PM