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
After a fresh install I need to deploy configuration files and environment vars about keys, secure stuff and much more; see this list but not comprehensive:
keys for AWS apigateway (user + secret)
private keys for SSL (https)
keys for ssh user
identity details (machine name, machine token)
This kind of stuff always needs a root-privileged script that does it. With this middleware I can deploy with a not-root-privileged service that can install all of them, but not set up.
The text was updated successfully, but these errors were encountered:
#Scenario
After a fresh install I need to deploy configuration files and environment vars about keys, secure stuff and much more; see this list but not comprehensive:
This kind of stuff always needs a root-privileged script that does it. With this middleware I can deploy with a not-root-privileged service that can install all of them, but not set up.
The text was updated successfully, but these errors were encountered: