Skip to content

NIFI-9492: Fix for Chinese VPCE - Tests included#5745

Closed
johnvox wants to merge 3 commits intoapache:mainfrom
johnvox:NIFI-9492
Closed

NIFI-9492: Fix for Chinese VPCE - Tests included#5745
johnvox wants to merge 3 commits intoapache:mainfrom
johnvox:NIFI-9492

Conversation

@johnvox
Copy link

@johnvox johnvox commented Feb 4, 2022

Description of PR

fixes bug NIFI-9492
The AWS Abstract Processor not handle Chinese VPCE. I made some changes to make it available to parse correctly Chinese VPCE

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? NIFI-9492

  • Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.

  • Has your PR been rebased against the latest commit within the target branch (typically main)?

  • Is your initial contribution a single, squashed commit? Additional commits in response to PR reviewer feedback should be made on this branch and pushed to allow change tracking. Do not squash or use --force when pushing to allow for clean monitoring of changes.

For code changes:

  • Have you ensured that the full suite of tests is executed via mvn -Pcontrib-check clean install at the root nifi folder?
  • Have you written or updated unit tests to verify your changes?
  • Have you verified that the full build is successful on JDK 8?
  • Have you verified that the full build is successful on JDK 11?

Note:

Please ensure that once the PR is submitted, you check GitHub Actions CI for build issues and submit an update to your PR as soon as possible.

@johnvox johnvox changed the title NIFI-9492: Fix for Chinese VPCE - Tests included - Rebase NIFI-9492: Fix for Chinese VPCE - Tests included Feb 9, 2022
@markap14
Copy link
Contributor

Thanks for the contribution @jynolen . I wonder, though, if there are other VPCE endpoints that may need to be used, other than just .com and .com.cn? We probably should not just slowly add them one at a time. Instead, perhaps it makes sense to check if the URL ends with ".vpce.amazonaws.com" followed by .<anything> and if so extract that whole suffix and pass that on. Thoughts?

@johnvox
Copy link
Author

johnvox commented Feb 17, 2022

Hello @markap14 I really don't think so.
Even for GOV region. AWS China is a special case for reasons that are bigger than me 😜.
TBH I agree with you, but my level of Java is not enough, I had it with maximum safety.
We had a blocking usecase that wait this feature to be merge upstream, I hope someone can provide a more global way but we really need this.

Thks.

@johnvox
Copy link
Author

johnvox commented Apr 14, 2022

Any updates on this case ?

@github-actions
Copy link

We're marking this PR as stale due to lack of updates in the past few months. If after another couple of weeks the stale label has not been removed this PR will be closed. This stale marker and eventual auto close does not indicate a judgement of the PR just lack of reviewer bandwidth and helps us keep the PR queue more manageable. If you would like this PR re-opened you can do so and a committer can remove the stale tag. Or you can open a new PR. Try to help review other PRs to increase PR review bandwidth which in turn helps yours.

@github-actions github-actions bot added the Stale label Aug 13, 2022
@johnvox
Copy link
Author

johnvox commented Aug 13, 2022

Not stale

@github-actions github-actions bot removed the Stale label Aug 14, 2022
@github-actions
Copy link

Automated review is marking this PR as stale due to lack of updates in the past four months. This PR will be closed in 15 days if the stale label is not removed. This stale label and automated closure does not indicate a judgement of the PR, just lack of reviewer bandwidth and helps us keep the PR queue more manageable. If you would like this PR re-opened you can do so and a committer can remove the stale label. Or you can open a new PR. Try to help review other PRs to increase PR review bandwidth which in turn helps yours.

@github-actions github-actions bot added the Stale label Dec 13, 2022
@github-actions github-actions bot closed this Dec 29, 2022
@johnvox
Copy link
Author

johnvox commented Dec 29, 2022

Not closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants