oscerd opened a new pull request, #2879: URL: https://github.com/apache/camel-kamelets/pull/2879
## Summary Small, verified consistency fixes to the Kamelet catalog metadata. **No runtime behaviour changes** — every edit is JSON-schema metadata (credential descriptors / `format` / property descriptions / casing / quoting). ## Changes ### Credential metadata - **JMS pooled Artemis broker `password`** (`jms-pooled-apache-artemis-sink`, `-source`): added `format: password`. These were the **only two** `password:` properties in the catalog carrying the `urn:camel:group:credentials` descriptor *without* `format: password`; every other password property (including `jms-ibm-mq`) pairs both. - **SSH private-key passphrase** (`scp-sink`, `sftp-sink`, `sftp-source`): added `format: password` + `urn:camel:group:credentials` to `privateKeyPassphrase`, matching the sibling `password` field in the same Kamelets. A key passphrase is a secret and should be masked / vault-bindable like one. - **Deprecated descriptor migration**: `urn:alm:descriptor:com.tectonic.ui:password` → `urn:camel:group:credentials` (`crypto-encrypt-action`, `crypto-decrypt-action`, `spring-rabbitmq-sink`, `-source`) — the last four Kamelets still on the old tectonic descriptor. ### Documentation / metadata fixes - **`scp-sink`**: two property descriptions referred to the "SFTP endpoint" (copy-paste from the sftp Kamelets) → corrected to "SCP endpoint". - **`aws-redshift-source` / `aws-redshift-sink`**: normalised "RedShift" → "Redshift" (the AWS product name) in descriptions. - **`aws-s3-event-based-source`**: quoted the `camel.apache.org/provider` value (`"Apache Software Foundation"`) — the only Kamelet of 250 leaving it unquoted. ## Deliberately NOT changed `oauth2ClientId` in `http-secured-sink`/`-source` carries `format: password`. This is **consistent with an established catalog convention** — OAuth/cloud client IDs are masked across the catalog (azure-storage-blob ×8, google-calendar/mail/sheets, azure-datalake ×2, salesforce ×6, ms-exchange). Left as-is. ## Verification - `script/validator` (re-armed in #2878) over all 250 Kamelets: **no errors**. - All edited files parse as valid YAML. - `./mvnw clean install -DskipTests -DskipITs` (catalog build incl. `kamelets-maven-plugin:validate`): **passes**. - Per repo convention, only `kamelets/` is committed; the `library/camel-kamelets` resource mirror is regenerated by the post-merge regen bot (cf. the "Regen for commit …" commits). --- _AI-generated by Claude Code on behalf of Andrea Cosentino (@oscerd)._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
