Skip to content

Commit

Permalink
docs(scalers): Add documentation for an additional configuration that… (
Browse files Browse the repository at this point in the history
#1305)

* chore: add missing space in the Activation parameter explanation (#1299)

Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Arun Yogesh <6723526+ArunYogesh@users.noreply.github.com>

* update arangodb.md (#1300)

Signed-off-by: Adarsh-verma-14 <t_adarsh.verma@india.nec.com>
Signed-off-by: Arun Yogesh <6723526+ArunYogesh@users.noreply.github.com>

* fix: Add missing docs for redis-stream merged feature (#1304)

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Arun Yogesh <6723526+ArunYogesh@users.noreply.github.com>

* docs(scalers): Add documentation for an additional configuration that is being exposed (#5474 - kedacore)

Signed-off-by: Arun Yogesh <6723526+ArunYogesh@users.noreply.github.com>

* Renamed serviceName to kerberosServiceName for clarity

Signed-off-by: Arun Yogesh <6723526+ArunYogesh@users.noreply.github.com>

---------

Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Arun Yogesh <6723526+ArunYogesh@users.noreply.github.com>
Signed-off-by: Adarsh-verma-14 <t_adarsh.verma@india.nec.com>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Co-authored-by: Zbynek Roubalik <zroubalik@gmail.com>
Co-authored-by: Adarsh Verma <113962919+Adarsh-verma-14@users.noreply.github.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
  • Loading branch information
4 people authored Mar 10, 2024
1 parent 900a3fe commit 143a577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.14/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
- `keytab` - Kerberos keytab. Either `password` or `keytab` is required in case of `gssapi`. (Optional)
- `realm` - Kerberos realm. (Optional unless sasl mode is `gssapi`)
- `kerberosConfig` - Kerberos configuration file. (Optional unless sasl mode is `gssapi`)
- `kerberosServiceName` - Kerberos service name. (Optional takes default value of `kafka` if not provided)
- `oauthTokenEndpointUri` - The OAuth Access Token URI used for oauthbearer token requests. (Optional unless sasl mode set to oauthbearer)
- `scopes` - A comma separated lists of OAuth scopes used in the oauthbearer token requests. (Optional)
- `oauthExtensions` - A comma separated lists of key value pairs in the format key=value OAuth extensions used in the oauthbearer token. (Optional)
Expand Down

0 comments on commit 143a577

Please sign in to comment.