You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
We should consider moving sidecred.Config to a subpackage so we can import concrete types from the provides/stores and do additional validation. This is so we can catch configuration errors before deploying the config. We should also add a validate subcommand to the CLI for this purpose.
The following interfaces should cover what we need inside sidecred.Process:
We should consider moving
sidecred.Configto a subpackage so we can import concrete types from the provides/stores and do additional validation. This is so we can catch configuration errors before deploying the config. We should also add avalidatesubcommand to the CLI for this purpose.The following interfaces should cover what we need inside
sidecred.Process: