Skip to content

Commit

Permalink
#23 upgrade to Kiban 9.15.0 fixing Kibana users pb
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmldev committed Sep 29, 2021
1 parent 66f5629 commit 7170621
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 9 additions & 1 deletion doc/TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ v2.2.5:
-------
CPU usage on server increases ... ???

#150 Uploading data with complex fields names leads to failed WS communication #150
[https-jsse-nio-20000-exec-2] WARN org.springframework.web.servlet.PageNotFound - No mapping for POST /webapp/Error401
[https-jsse-nio-20000-exec-2] WARN org.springframework.web.servlet.PageNotFound - No mapping for POST /webapp/ErrorAuth

#150 Uploading data with complex fields names seems to lead to failed WS communication #150
- need to make server more robust to such anomaly
- prevent user to make such mistake
- generate a simple field name and add corresponding vocabulary entry?


in preference menu, lockers shall not be displayed (not used at all)

count how much toolbox page is reached

remove log msg "### adding proc task 1001"



v3.0.0:
-------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,7 @@ public Boolean deleteCatalogStatisticsRoles(IUserProfileData activeUser,ICatalog
public Boolean createOrUpdateCatalogStatisticsUser(IUserProfileData activeUser) throws DataProcessException {

List<String> rolesList = new ArrayList<String>();

if (activeUser.getRole()==USER_ROLE.ROLE_OBSERVER) { rolesList.add("kibana_dashboard_only_user"); }
// TODO issue #23
// kibana_user gives rights to configure the 'Kibana' app including deleting all spaces
// but is necessary for proper use of Kibana for now
// (see elasticsearch issue https://github.com/elastic/kibana/issues/51759)
else { rolesList.add("kibana_user"); }


for (Integer catId : activeUser.getUserCatalogsIds()) {
ICatalog c = Globals.Get().getCatalogsMgr().getCatalog(catId);
if (c==null) {
Expand Down

0 comments on commit 7170621

Please sign in to comment.