When adding
kibana_hide_apps: [“Stack Management”]
I’m getting a redirect when I go to the Reporting pages.
Even if I go to “Manage kibana”=>“Reporting” I can go to the page, but when the page is refreshed, the redirect will work.
Also, I can’t access Reporting via a direct link.
Also I can’t navigate to reports when creating a report. There is a redirect.
Is there any way to limit a number of users access to reports?
I suspect the problem is:
[Error] Fetch API cannot load https://[[host]]/internal/global_search/find due to access control checks.
(anonymous function) (core.entry.js:6:27310)
asyncFunctionResume
(anonymous function) (core.entry.js:6:25033)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise
promiseReactionJob
[Error] Unrecognized Content-Security-Policy directive ‘worker-src’.
hide “Stack Management” kibana app from the ACL YAML.
“Manage Kibana” button appears correctly in ROR menu.
The user can follow “Manage Kibana > Reporting” and view reporting page correctly
When the user refreshes, it’s unexpectedly redirected to Kibana home (as opposed to staying in Reporting page).
Please @driveirk can you confirm the above is your case?
If this is your case, it can our server side code that prevents direct navigation to hidden apps, is not aware the “reporting” page is allowed, and it believes you are just navigating into Stack Management (which is indeed forbidden).