Member since
04-21-2023
4
Posts
0
Kudos Received
0
Solutions
06-02-2023
01:26 AM
Hi, I'm using ListS3 1.20.0 to monitor S3 buckets for new files. It's configured to track timestamps. I noted that in a couple of days interval, the same files are fetched again and again. I checked LastModifiedTimestamp values but they did not changed, so processor should not have picked up them. Could you please help here? I need to fetch only new files or only modified files. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
04-21-2023
06:37 AM
Hi, I'm trying to connect nifi instance to HashiCorp Vault. As per instructions, I added HashiCorpVaultParameterProvider and StandardHashiCorpVaultClientService to my instance. I configured both of them and managed to fetch secrets from Vault to nifi. Right after I fetched secrets I was asked to create respective nifi context to work with fetched secrets. I created one and used in a couple of my processor groups simply by selecting context in "Process Group Parameter Context" dropdown. Secrets were accessable inside processor groups and worked fine. Then I updated secrets on the Vault side, and according to instructions I should have refetched them again using "HashiCorpVaultParameterProvider" but fetch icon did nothing. So new secrets were not come. In order to achieve this I had to drop created context and all related references in process groups. Only after these actions I managed to fetch new secrets again. So, it looks wierd because every time when I update something on vault side I have to recreate contexts and reselect new context in each user group. Is it expected behaviour? Is there any other proper way to work dynamically with Vault? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi