Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add instructions on how to specify and use secrets #82

Open
kimdre opened this issue Aug 8, 2024 · 2 comments
Open

Docs: Add instructions on how to specify and use secrets #82

kimdre opened this issue Aug 8, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@kimdre
Copy link
Owner

kimdre commented Aug 8, 2024

Secrets should never be committed to your Git Repositories.

Instead either

Maybe also add support for SOPS to the app so that sensitive data can be stored encrypted directly in the Git Repo? Since SOPS is also written in Go, the package could easily be integrated in the app.

@kimdre kimdre added the documentation Improvements or additions to documentation label Aug 8, 2024
@kimdre kimdre self-assigned this Aug 8, 2024
@kimdre kimdre added this to the v1 milestone Aug 8, 2024
@maxexcloo
Copy link

maxexcloo commented Aug 30, 2024

I think it would be cool to be able to assign secrets using the tool - I currently push docker secrets to the server using terraform (they’re generated there) and it would be nice to read them out using this tool to avoid having to mess around with the images themselves - not sure how this would work though, what was your idea for the second option?

@kimdre
Copy link
Owner Author

kimdre commented Sep 15, 2024

Currently you can use these examples to use secrets:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants