EC-Release / sdk

The Agent SDK
Other
4 stars 7 forks source link

Proposal: Launch Agent /w Encrypted Setting #108

Closed ayasuda2OO3 closed 4 years ago

ayasuda2OO3 commented 4 years ago

Currently the a plaintext io stream is required to launch the agent modes. Propose to read an encrypted setting and to launch agent with the in-memory setting, thus it leaves the settings without no trace as an enhancement to security measure in usage. @palokam

ayasuda2OO3 commented 4 years ago

Close In release #2737 @palokam

usage example

# launch agent securely. the crypto.yaml refers to a decryption file set
./agent -cfg crypto.yml.asc -dec

Reference: https://gitlab.com/digital-fo/connectivity/enterprise-connect/platform-agnostic/agent/-/blob/v1.1beta/example-yml/config/crypto.yml#L53