Closed evdokimovs closed 1 month ago
We have credentials fields in Control/Client APIs which should be secret for security purposes. So this PR adds secrecy crate usage for those cases.
secrecy
Use secrecy::SecretBox for credentials in the medea-control-api-proto and medea-client-api-proto.
secrecy::SecretBox
medea-control-api-proto
medea-client-api-proto
k::
Use `secrecy` crate for credentials (#189)
Synopsis
We have credentials fields in Control/Client APIs which should be secret for security purposes. So this PR adds
secrecy
crate usage for those cases.Solution
Use
secrecy::SecretBox
for credentials in themedea-control-api-proto
andmedea-client-api-proto
.Checklist
k::
labels applied