Fly.io
Onboardbase secrets can be injected into fly.io runtime directly using the combination of onboardbase secret --docker
command and flyctl secret import command like below:
onboardbase secret --docker | flyctl secret import
This command would output a key=value
pair of your Onboardbase secrets and pass it as an input to flyctl secret import.
The result should be like this:
Updated 12 months ago