Skip to content

Commit

Permalink
added Manage persmission requirement (kedacore#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Daria Kiritseva <[email protected]>
  • Loading branch information
programaka authored May 26, 2020
1 parent 189f313 commit 5bf23a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/1.4/scalers/azure-service-bus.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ triggers:
The `connection` value is the name of the environment variable your deployment uses to get the connection string. This is usually resolved from a `Secret V1` or a `ConfigMap V1` collections. `env` and `envFrom` are both supported.

Service Bus Shared Access Policy needs to be of type `Manage`. Manage access is required for KEDA to be able to get metrics from Service Bus.

### Authentication Parameters

You can authenticate by using pod identity or connection string authentication.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/1.5/scalers/azure-service-bus.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ triggers:
The `connection` value is the name of the environment variable your deployment uses to get the connection string. This is usually resolved from a `Secret V1` or a `ConfigMap V1` collections. `env` and `envFrom` are both supported.

Service Bus Shared Access Policy needs to be of type `Manage`. Manage access is required for KEDA to be able to get metrics from Service Bus.

### Authentication Parameters

You can authenticate by using pod identity or connection string authentication.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/2.0/scalers/azure-service-bus.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ triggers:
The `connection` value is the name of the environment variable your deployment uses to get the connection string. This is usually resolved from a `Secret V1` or a `ConfigMap V1` collections. `env` and `envFrom` are both supported.

Service Bus Shared Access Policy needs to be of type `Manage`. Manage access is required for KEDA to be able to get metrics from Service Bus.

### Authentication Parameters

You can authenticate by using pod identity or connection string authentication.
Expand Down

0 comments on commit 5bf23a6

Please sign in to comment.