dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

[question] - tye.yaml encryption #1435

Closed rmszc81 closed 1 year ago

rmszc81 commented 2 years ago

Hello everyone, is there any way to encrypt the tye.yaml file to prevent someone with physical access to the file from reading it?

The reason is simple: as we use Tye to deploy on the physical equipment of some customers, we would like to have a mechanism to encrypt the contents of the file to prevent these same customers from having access to usernames and passwords of databases and/or other services that are part of of the ecosystem of our applications.

Thank you very much ^^.

rmszc81 commented 1 year ago

3 months and not a single answer. Is this project dead?

davidfowl commented 1 year ago

Seems to overlap with the secrets idea: https://github.com/dotnet/tye/issues/30

rmszc81 commented 1 year ago

Seems to overlap with the secrets idea: https://github.com/dotnet/tye/issues/30

Yes, I'll close the ticket now, thanks.