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