feat: add support for response mode
This commit is contained in:
@@ -94,6 +94,7 @@ func EncryptEnvData(data envstore.Store) (string, error) {
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
encryptedConfig, err := EncryptAESEnv(configData)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
Reference in New Issue
Block a user