Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Regarding management of senstive information in td-agent.conf file #272

Open
pratikshavyas opened this issue Nov 3, 2020 · 0 comments
Open

Comments

@pratikshavyas
Copy link

Our requirement is to have all the files which contain sensitive information encrypted. As td-agent.conf file contains sensitive credential information as plain text we have to encrypt this file as well.
We are following the below approach:

  1. Start service
  2. Check if process started running
  3. Encrypt the config file.
    However, with this approach there is an issue as when a worker goes down and starts again as part of supervisor, it tries to read the conf file again but since file is encrypted it is failing to come up.
    This complexity increases with multiple workers since all workers start independently in parallel and we do not know when to encrypt and decrypt.
    Please share any solution to achieve this.

Thanks in advance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant