Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

Generalised scripts to generate prod secrets #44

Closed tushar5526 closed 1 year ago

tushar5526 commented 1 year ago

Write a CLI script in any language (preferrable python, bash, js) that rotates the secrets in a .env file.

It should be generalised enough to work with any .env file, so we can use it for other projects as well.

For example: Providing names of variables for which secrets are to be rotated in the .env file

SanjaySinghRajpoot commented 1 year ago

I would like to work on this issue.

J0SAL commented 1 year ago

I believe python would be the best choice to work on the issue. I would love to work on the issue, can you assign this to me

tushar5526 commented 1 year ago

Hey @SanjaySinghRajpoot are you planning to pick this up ?

SanjaySinghRajpoot commented 1 year ago

Completed https://github.com/Samagra-Development/workflow/pull/50

tushar5526 commented 1 year ago

Thanks closing this :)