Re: Nifi Cross Account Download With A Profile Flag

2019-07-03 Thread Craig Insley
Hello, This is an old thread but I'm having the same issue on 1.9.2. I have cross account access with an assumed role working just fine with the aws command line using a profile tag. However, no matter how I configure my AWSCredentialsProviderControllerService I get errors. Using the profile tag

Re: Nifi Cross Account Download With A Profile Flag

2016-09-01 Thread James Wing
Keren, I'm certain cross-account access can work in 0.6.0, I've done it. The timeout error calling sts:AssumeRole is not the same error you started with, right? Earlier, the error was 403 "Access Denied", which would have been farther in the auth process. Any idea what changed? Are you using

Re: Nifi Cross Account Download With A Profile Flag

2016-09-01 Thread Tseytlin, Keren
Hey James, No problem. I’ve tried running a bunch of different ways to do it manually to try and avoid the CLI profile flag. But it seems like that is the only it works locally (without Nifi). My cross account role doesn’t require an External ID, and that feature doesn’t exist in 0.6.0 either.

Re: Nifi Cross Account Download With A Profile Flag

2016-09-01 Thread James Wing
Keren, I'm sorry if my advice is a bit confusing, there have been some changes to AWS credentials over the last few versions. NiFi 0.6.0 does not have the option to use a CLI profile in AWSCredentialsProviderControllerService, I think that was introduced in 0.7.0. Would it be possible to share

Re: Nifi Cross Account Download With A Profile Flag

2016-09-01 Thread Tseytlin, Keren
Thanks for your responses! @James - we are on version 0.6.0. Using Hortonworks Data Flow 1.2.0.0. I¹ve set up debugging, and it shows me that it¹s trying to connect, but it times out on connecting. It would be awesome if it would also return the account ID of the credentials it is trying to use.

Re: Nifi Cross Account Download With A Profile Flag

2016-08-31 Thread Andrew Grande
Debug logging can be set in a processor itself in the UI, too. On Wed, Aug 31, 2016, 5:34 PM James Wing wrote: > Keren, > > Which version of NiFi are you using? > > One thing I noticed in your configuration of FetchS3Object is you are > setting both the Access Key and Secret

Re: Nifi Cross Account Download With A Profile Flag

2016-08-31 Thread James Wing
Keren, Which version of NiFi are you using? One thing I noticed in your configuration of FetchS3Object is you are setting both the Access Key and Secret Key properties with the AWS Credentials Provider. When you are using the AWS Credentials Provider Service, you should not specify keys. A

Re: Nifi Cross Account Download With A Profile Flag

2016-08-31 Thread Tseytlin, Keren
Oops, I sent this out to the developer list serve, will send it out to the Users list serve now. My bad for flooding your inbox (but if you have suggestions please send them my way)! Best, Keren On 8/31/16, 4:44 PM, "Tseytlin, Keren" wrote: >Hi All! > >Looking

Nifi Cross Account Download With A Profile Flag

2016-08-31 Thread Tseytlin, Keren
Hi All! Looking for some help on enabling Cross Account communication within Nifi! My goal: There are files stored from CloudTrail in an S3 bucket in VPC B. My Nifi machines are in VPC A. I want Nifi to be able to get those files from VPC B. VPC A and VPC B need to be communicating in the