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 Feb 6, 2026. It is now read-only.
This changes allows innit to take in env variables. This can be
configured by environment variable or command line argument with the
new "mode" type. It contains two variants: "env" and "ssm". If the mode
is not provided, it defaults to "ssm", which ensures innit runs as it
does on main today. If "env" is provided, then innit will take in
environment variables to configure all services rather than using ssm.
The environment variable use case may not be that interesting on its
own, but innit being able to be used across several verticals and cloud
providers in the future helps standardize the SI initialization
procedure. Theorhetically, a secrets manager provided by a helm chart
on a k8s cluster can do the same thing. For now, innit's env var use
case is valuable. We'll see how long that will remain to be the case.
Signed-off-by: Nick Gerace <nick@systeminit.com>
0 commit comments