superorbital / cludo

Sudo for the Cloud.
Other
4 stars 1 forks source link

Specify other hard-coded ENV vars to set from cludod server #95

Open tammersaleh opened 2 years ago

tammersaleh commented 2 years ago

This will allow admin to configure things like the default AWS region.

server:
  targets:
    prod:
      env:
        AWS_REGION: us-west1
      aws:
        arn: "aws:arn:iam:..."
        session_duration: "20m"
        access_key_id: "456DEF..."
        secret_access_key: "UVW789..."
$ cludo run env
...
AWS_REGION=us-west1