Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
PROBLEM STATEMENT:
Values typed in "Cluster" resource type for "cm_kafka_connect" policy creation form also comes up as a selection option in the resulted dropdown although the only allowed value is "*".
STEPS TO REPRODUCE:
1. Open ranger UI and click on cm_kafka_connect resource from resource policy section.
2. Select "Cluster" from resources and type "abcde" in the input box.
3. It will open a search dropdown.
CURRENT BEHAVIOUR:
The search dropdown contains two values "" and "abcde". But if we select "abcde" it will show a error msg as "Only "" value is allowed".
EXPECTED BEHAVIOUR:
Either the input box should be replaced by the only possible value "*". Or if another values also possible then allow them and add some proper hint msg.
IMPACT:
Ranger UI looks ambiguous.