Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.6.0
-
None
-
Unknown
Description
https://camel.apache.org/components/latest/aws2-iam-component.html#_uri_options
https://camel.apache.org/components/latest/aws2-iam-component.html#_query_parameters_12_parameters
The "operation" parameter is marked as required at both level: component and query. it is required to have it at one of them. Not both.
potential solutions:
- remove operation at one of the side (API break?)
- remove the "required" mark in catalog. Only mention in documentation that one of them is required. (this sounds a good candidate for a first iteration)
- support "oneOf" for required properties in the catalog
CAMEL-15943
Attachments
Issue Links
- is related to
-
CAMEL-15943 Support "oneOf" requirements of attributes inside the Catalog
- Resolved