Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keyservice: accept KeyServiceServer in LocalClient
This allows for easier injection of your own (local) key service server implementation, in situations where e.g. you do not want to rely on environment variables or other runtime defaults. It is not of impact to end-users, but improves the experience of developers making use of SOPS as an SDK to e.g. provide decryption services to users. As they will now in many cases end up copying this bit of code to make this precise change. Signed-off-by: Hidde Beydals <[email protected]>
- Loading branch information