Skip to content

Commit

Permalink
add Bearer authentication to overview of section authentication param…
Browse files Browse the repository at this point in the history
…eters (kedacore#1335)

* add bearer authentication to overview of section authentication parameters

Signed-off-by: Uli <[email protected]>

* Add Bearer authentication to overview of section Authentication Parameters for 2.14 docs.

Signed-off-by: Uli <[email protected]>

---------

Signed-off-by: Uli <[email protected]>
  • Loading branch information
uli-f authored Apr 2, 2024
1 parent df1056a commit 2a405b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.13/scalers/metrics-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ triggers:

### Authentication Parameters

Metrics Scaler API supported three types of authentication - API Key based authentication, basic authentication and TLS
authentication.
Metrics Scaler API supported four types of authentication - API Key based authentication, basic authentication, TLS
authentication, and Bearer authentication.

You can use `TriggerAuthentication` CRD to configure the authentication. Specify `authMode` and other trigger parameters
along with secret credentials in `TriggerAuthentication` as mentioned below:
Expand Down
4 changes: 2 additions & 2 deletions content/docs/2.14/scalers/metrics-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ triggers:

### Authentication Parameters

Metrics Scaler API supported three types of authentication - API Key based authentication, basic authentication and TLS
authentication.
Metrics Scaler API supported four types of authentication - API Key based authentication, basic authentication, TLS
authentication, and Bearer authentication.

You can use `TriggerAuthentication` CRD to configure the authentication. Specify `authMode` and other trigger parameters
along with secret credentials in `TriggerAuthentication` as mentioned below:
Expand Down

0 comments on commit 2a405b8

Please sign in to comment.