Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-diaz authored Feb 4, 2025
2 parents 2d3bdda + 23e2d88 commit 15168d6
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 28 deletions.
9 changes: 6 additions & 3 deletions content/docs/2.10/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.11/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.12/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.13/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.14/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.15/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.16/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.17/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
7 changes: 6 additions & 1 deletion content/docs/2.17/scalers/rabbitmq-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ TriggerAuthentication CRD is used to connect and authenticate to RabbitMQ:

> See the [RabbitMQ Ports](https://www.rabbitmq.com/networking.html#ports) section for more details on how to configure the ports.

- `vhostName` - Vhost to use for the connection, overrides any vhost set in the connection string from `host`/`hostFromEnv`. (Optional / Required if Azure AD Workload Identity authorization is used)
**Username and Password based authentication:**

This allows sensitive credentials to be stored and managed separately from the connection string.
Expand Down Expand Up @@ -106,7 +107,8 @@ kind: Secret
metadata:
name: keda-rabbitmq-secret
data:
host: <AMQP URI connection string> # base64 encoded value of format amqp://guest:password@localhost:5672/vhost
host: <AMQP URI connection string> # base64 encoded value of format amqp://guest:password@localhost:5672
vhostName: vhost
---
apiVersion: keda.sh/v1alpha1
kind: TriggerAuthentication
Expand All @@ -118,6 +120,9 @@ spec:
- parameter: host
name: keda-rabbitmq-secret
key: host
- parameter: vhostName
name: keda-rabbitmq-secret
key: vhostName
---
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.9/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down

0 comments on commit 15168d6

Please sign in to comment.