Update wiki Home page for drop-headers-action

gitea_admin 2026-03-11 14:35:52 +00:00
parent 14e86e6acb
commit 53d3bad759

32
Home.md

@ -1,21 +1,25 @@
# Deploy the Project on CamelX Platform # Drop Headers Action
Deploy on CamelX Platform in three steps Remove headers from the message in transit based on a pattern
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | action |
| Group | Actions |
| Namespace | EIP |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `pattern` | string | ✓ | | Name or pattern of headers to remove. The pattern is matched in the following order, 1 = exact match 2 = wildcard (pattern ends with a and the name starts with the pattern) 3 = regular expression (all of above is case in-sensitive). |
- **Resources:** Set CPU and Memory | `excludePattern` | string | | | Name or pattern of headers to not remove. The pattern is matched in the following order, 1 = exact match 2 = wildcard (pattern ends with a and the name starts with the pattern) 3 = regular expression (all of above is case in-sensitive). |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:core`
- `camel:kamelet`