Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tammersaleh opened this issue Jan 19, 2022 · 0 comments
Open

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

tammersaleh opened this issue Jan 19, 2022 · 0 comments
Labels
feature New feature

Comments

@tammersaleh
Copy link
Member

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
@spkane spkane added the feature New feature label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants