Skip to content

Commit

Permalink
[docs] Add status Header for Oauth2clientextension (#10297)
Browse files Browse the repository at this point in the history
* [extension/Oauth2ClientExtension] Add status Header for Oauth2clientextension

* Removed the pipelines section as this is an extension.

* fixed checklinks issue
  • Loading branch information
pavankrish123 authored Jun 9, 2022
1 parent 333e9a5 commit daaaa79
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion extension/oauth2clientauthextension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Authenticator - OAuth2 Client Credentials

| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Distributions | [contrib] |


This extension provides OAuth2 Client Credentials flow authenticator for HTTP and gRPC based exporters. The extension
fetches and refreshes the token after expiry automatically. For further details about OAuth2 Client Credentials flow (2-legged workflow)
refer https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.
Expand Down Expand Up @@ -65,4 +71,7 @@ Following are the configuration fields
- [**timeout**](https://golang.org/src/net/http/client.go#L90) - **Optional** specifies the timeout on the underlying client to authorization server for fetching the tokens (initial and while refreshing).
This is optional and not setting this configuration implies there is no timeout on the client.
For more information on client side TLS settings, see [configtls README](../../config/configtls/README.md).
For more information on client side TLS settings, see [configtls README](https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/configtls).
[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit daaaa79

Please sign in to comment.