-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
Rejected
-
-
When accessible_namespaces is set to '**', the following failure occurs in the Kiali CR:
The operator is forbidden from installing Kiali with
deployment.accessible_namespaces set to ['**']
This appears to be a regression in Kiali 1.57.5 (OSSM 2.3.1), as it worked in previous version of Kiali for OSSM 2.3.0
Test Reproduction Steps:
1) Create SMCP with the following
techPreview:
controlPlaneMode: ClusterScoped
2) Create SMMR with the following
spec:
members:
- '*'
3) Validate whether Kiali CR Status contains above mentioned error.