- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Problems to load aws credentials to nifi
- Labels:
-
Apache NiFi
Created ‎03-23-2022 06:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to connect to dynamo db from nifi processor component "PutDynamoDB"
I'm putting my secret key in the field Access Key ID
secret key in Secret Access Key
and the path of the credentials in the format:
[default]
aws_access_key_id=<key id>
aws_secret_access_key=<access key>
At the moment of make the validation i get this message:
Created ‎03-24-2022 02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot specifie the Access Key ID, Secret Access Key and the credentials file path.
They are mutually exclusive.
You must either:
- Specify only Access Key ID and Secret Access Key
OR
- Specify only the credentials file path
But not both.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎03-24-2022 02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot specifie the Access Key ID, Secret Access Key and the credentials file path.
They are mutually exclusive.
You must either:
- Specify only Access Key ID and Secret Access Key
OR
- Specify only the credentials file path
But not both.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎03-24-2022 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, it was that.
