Skip to content

Commit 80f54d4

Browse files
committed
reworked examples folder
1 parent c4c5dc6 commit 80f54d4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/README-entra-example.md renamed to examples/entra-static-nifi-policies/README-entra-example.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
This note provides some explanatory information when running the EntraID example.
66
This example demonstrates how to provide a static set of RBAC permissions for users that are fetched from an EntraID backend.
7-
The user- and group-identifiers are those used by EntraID, but other UUIDs - such as for the policy identifiers - are automatically generated when required by Nifi or are honoured if UUIDs (which are unique, after all) are provided.
8-
It is often helpful if the initial (or "root") process group is readable by the initial admin, and the Nifi code has been patched to make this possible.
7+
The user- and group-identifiers are those used by EntraID, but other UUIDs - such as for the policy identifiers - are automatically generated when required by Apache NiFi or are honoured if UUIDs (which are unique, after all) are provided.
8+
It is often helpful if the initial (or "root") process group is readable by the initial admin, and the NiFi code has been patched to make this possible.
99

1010
## Cluster
1111

@@ -48,7 +48,7 @@ stringData:
4848
discovery.url: https://login.microsoftonline.com/<DIRECTORY-ID>/v2.0/.well-known/openid-configuration
4949
```
5050
51-
Apply the Nifi cluster resource:
51+
Apply the NiFi cluster resource:
5252
5353
```text
5454
kubectl apply -f examples/entra_nifi.yaml -n nifi
@@ -73,10 +73,10 @@ The web endpoint for app running against Entra needs to be updated with this end
7373

7474
![EntraID Web URI](entra-redirect-uri.png)
7575

76-
Paste this endpoint into the browser and you will be directed to the Azure portal login portal (to enter the credentials for the user designated as the intiial admin) and then redirected back to the Nifi UI.
76+
Paste this endpoint into the browser and you will be directed to the Azure portal login portal (to enter the credentials for the user designated as the intiial admin) and then redirected back to the NiFi UI.
7777
The UI opens up on a writable canvas, in this case with the UUID `ea060c65-019a-1000-766b-0854b414d37e`:
7878

79-
![Nifi canvas](canvas.png)
79+
![NiFi canvas](canvas.png)
8080

8181
The initial admin has immediate access as the static `authorizations.xml` file provided via the ConfigMap defined this:
8282

examples/canvas.png renamed to examples/entra-static-nifi-policies/canvas.png

File renamed without changes.

examples/entra-redirect-uri.png renamed to examples/entra-static-nifi-policies/entra-redirect-uri.png

File renamed without changes.

examples/entra_nifi.yaml renamed to examples/entra-static-nifi-policies/entra_nifi.yaml

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)