Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flowctl: don't require sops unless we actually need it
The `runtime::unseal` module was a little aggressive about checking to make sure `sops` and `jq` are both on the path. This would cause errors, even in cases where the connector configuration wasn't actually sops-enctypted. This moves those checks to be performed only after it's determined that the config needs to be decrypted.
- Loading branch information