Skip to content

Commit

Permalink
doc: add cloudwatch config options info
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 29, 2024
1 parent 62ba051 commit bf93564
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ class MyRepositoryPlugin(plugins.SingletonPlugin):
}
```

### CloudWatch repository

There is a repository to store the events in AWS CloudWatch. To use it, you'll
have to provide AWS credentials via CKAN configuration.

```
ckanext.event_audit.cloudwatch.access_key = xxx
ckanext.event_audit.cloudwatch.secret_key = xxx
ckanext.event_audit.cloudwatch.region = ap-southeast-2
```

## Tests

Expand Down

0 comments on commit bf93564

Please sign in to comment.