Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nifi tutorial to fix image refs #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tutorials/nifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ Update the configuration properties of the processor using below information:

* Add new `StandardSSLControllerService` from the dropdown on next menu

![Add SSL Controller image](./images/add_controller_service.png)
![Add SSL Controller image](./images/add_controller_service.png)

* Once created, hit the arrow to open the configuration and settings for the `StandardSSLControllerService` just created

![SSL Service Arrow Config image](./images/ssl_service_arrow_config.png)
![SSL Service Arrow Config image](./images/ssl_service_arrow_config.png)

* Configure the StandardSSLControllerService with below properties:

Expand All @@ -86,11 +86,11 @@ Update the configuration properties of the processor using below information:
* Save the `StandardSSLControllerService` configuration just created.
You may see the configurator get stuck on a "Validating" message - close and reopen the NiFi flow configuration window.

![Validating SSL context image](./images/validating_context.png)
![Validating SSL context image](./images/validating_context.png)

* The `StandardSSLControllerService` may be set to `Disabled` - click the highlighted icon and set to `Enable`.

![Disabled SSL service image](./images/disabled_ssl_service.png)
![Disabled SSL service image](./images/disabled_ssl_service.png)

* Using the `+` symbol to add custom properties, add in the following additional custom properties with the values as follows:

Expand Down