Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add status Header for Oauth2clientextension #10297

Merged
merged 3 commits into from
Jun 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion extension/oauth2clientauthextension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Authenticator - OAuth2 Client Credentials

| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, metrics, logs |
pavankrish123 marked this conversation as resolved.
Show resolved Hide resolved
| 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 +72,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](../../config/configtls/README.md).

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib