Bug #2290
Handle cases where user has no access to check if host is on SHC
100%
Description
If the user doesn't have "list_search_head_clustering" capability then the front-end cannot tell if the host is running on SHC. Currently, the UI will block since it gets a 403 response from the endpoint.
I need to figure out how to handle this. Not being able to tell if the SH is using SHC means that allowing a user to make an input will allow them to make an input that won't replicate.
Associated revisions
Changing the batch input view such that dev license's work
Reference #2290
Changing the batch input view such that dev license's work
Reference #2290
Added info about preventing users from making inputs on SHC
Closes #2290
Added info about preventing users from making inputs on SHC
Closes #2290
History
#1 Updated by Luke Murphey about 6 years ago
- Description updated (diff)
#2 Updated by Luke Murphey about 6 years ago
I wonder if I can assume that the user shouldn't have the capability on SHC.
#3 Updated by Luke Murphey about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100