mcgilman commented on code in PR #8416:
URL: https://github.com/apache/nifi/pull/8416#discussion_r1492454355
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/app-routing.module.ts:
##########
@@ -28,6 +28,12 @@ const routes: Routes = [
path: 'error',
loadChildren: () =>
import('./pages/error/feature/error.module').then((m) => m.ErrorModule)
},
+ {
+ path: 'documentation',
+ canMatch: [authenticationGuard],
Review Comment:
We display the current user in the header. The authentication guard ensures
the current user is loaded for cases when the user directly visits the
documentation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]