VM Launcher configuration file for data decryption
This is the description of the JSON configuration file for a VM Launcher data decryption data operation.
👁️🗨️ Example
{
"configuration_type": "vm-launcher",
"configuration_id": "pgp-decrypt",
"environment": "DEV",
"account": "000099",
"activated": true,
"archive": false,
"pgp_mode": "DECRYPT",
"gcp_project_id": "my-project",
"gcs_source_bucket": "my-bucket",
"gcs_source_prefix": "input",
"destination_gcs_bucket": "my-bucket",
"destination_gcs_path": "input_decrypted",
"vm_delete": true,
"credentials": {
"input-credentials.json": {
"content": {
"cipher_aes": "",
"tag": "",
"ciphertext": "",
"enc_session_key": ""
}
},
"output-credentials.json": {
"content": {
"cipher_aes": "",
"tag": "",
"ciphertext": "",
"enc_session_key": ""
}
},
"private_key.pgp": {
"passphrase": {
"cipher_aes": "",
"tag": "",
"ciphertext": "",
"enc_session_key": ""
},
"recipient": "[email protected]",
"content": {
"cipher_aes": "",
"tag": "",
"ciphertext": "",
"enc_session_key": ""
}
}
}
}🌐 Global parameters
Parameter
Description
💼 Working directory parameters
Parameter
Description
🖥 VM parameters
Parameter
Description
🔐 Credential parameters
Parameter
Description
Last updated