Skip to content

Commit

Permalink
Docs: fix 'Using accessKey and secretKey' example (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstevensonnv authored Jun 17, 2024
1 parent b0d237c commit 2eb58a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ datasources:
jsonData:
authType: keys
defaultRegion: eu-west-2
secureJsonData:
accessKey: '<your access key>'
secretKey: '<your secret key>'
catalog: AwsDataCatalog
database: '<your athena database>'
workgroup: '<your athena workgroup>'
secureJsonData:
accessKey: '<your access key>'
secretKey: '<your secret key>'
```

### Using AWS SDK Default and ARN of IAM Role to Assume
Expand Down

0 comments on commit 2eb58a3

Please sign in to comment.