From daaaa794459328b469a4151668b2260cf4f033df Mon Sep 17 00:00:00 2001 From: Pavan Krishna Date: Thu, 9 Jun 2022 08:27:31 -0700 Subject: [PATCH] [docs] Add status Header for Oauth2clientextension (#10297) * [extension/Oauth2ClientExtension] Add status Header for Oauth2clientextension * Removed the pipelines section as this is an extension. * fixed checklinks issue --- extension/oauth2clientauthextension/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/extension/oauth2clientauthextension/README.md b/extension/oauth2clientauthextension/README.md index 59856bd9cc16..cb79a402fec2 100644 --- a/extension/oauth2clientauthextension/README.md +++ b/extension/oauth2clientauthextension/README.md @@ -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. @@ -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). \ No newline at end of file +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