Skip to content

Updating docs with AWS_REGION comment and references to configuration… #1

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Projects/Magpie/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ credentials as needed. Magpie will create all required tables at startup.

```yaml
magpie.persist:
enabled: false
enabled: true
config:
hostname: localhost
port: 5432
Expand Down
7 changes: 7 additions & 0 deletions docs/Projects/Magpie/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ default config and provides no AWS credentials.

- Credentials can be added at runtime via volume mapping or passing environmental variables into the container.
- Configuration overrides can be done via environmental variable.
- Ensure AWS_REGION is set in your AWS Configuration otherwise you will receive

```
Region must be specified either via environment variable (AWS_REGION) or system property (aws.region)
```

- Use MAGPIE_CONFIG environment variable to configure the plugins and regions you want to execute. See configuration section for more details

For example: to pass environmental variables for both credentials and configuration:
```bash
Expand Down