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

Use secrecy::Secret for secret values #229

Open
sporkmonger opened this issue Apr 2, 2024 · 1 comment
Open

Use secrecy::Secret for secret values #229

sporkmonger opened this issue Apr 2, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file. good first issue Good first issue for newcomers to the project. kind/enhancement A new piece of functionality, whether a feature implementation or an improvement to an existing one. rust Pull requests that update Rust code

Comments

@sporkmonger
Copy link
Contributor

Using the Secret type would be a slightly better way to handle our secret values.

@sporkmonger
Copy link
Contributor Author

For prioritization purposes, this is a nice-to-have, given the threat model where this has any impact.

@sporkmonger sporkmonger added dependencies Pull requests that update a dependency file. rust Pull requests that update Rust code good first issue Good first issue for newcomers to the project. kind/enhancement A new piece of functionality, whether a feature implementation or an improvement to an existing one. labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. good first issue Good first issue for newcomers to the project. kind/enhancement A new piece of functionality, whether a feature implementation or an improvement to an existing one. rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

1 participant