-
Bug
-
Resolution: Done
-
Major
-
None
-
4.13, 4.12, 4.11, 4.10, 4.14
-
Important
-
No
-
1
-
OSDOCS Sprint 244
-
1
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
Loki returns input size too long error
Version-Release number of selected component (if applicable):
How reproducible:
If the clusteradmin user is not part of the group `cluster-admin` then the sum of the total character of the namespace exceeds the limit of 5120 and returns an Input size too long error
Steps to Reproduce:
1. If there a group named `cluster-admin` does not exist, Create a new group and add `clusteradmin` users to that group. 2. OR user must use multi-tenancy. However, even with MT enabled, users with access to many namespaces can still run into the error. 3. Steps to create `cluster-admin`: a. oc adm groups new cluster-admin b. oc adm groups add-users cluster-admin username c. oc adm policy add-cluster-role-to-group cluster-admin cluster-admin
Actual results:
Expected results:
Additional info:
- relates to
-
OBSDOCS-323 Disclaimer required in the starting of Loki Documentation
- Closed