influxdata/telegraf

OAuth2 Authentication with http_response

已关闭

#16,644 创建于 2025年3月16日

 (2 条评论) (0 个反应) (0 位负责人)Go (5,836 个派生)batch import
feature requesthelp wantedsize/s

仓库指标

星标
 (17,756 个星标)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 136 个 PR)

描述

Use Case

I would like to use the http_response plugin with OAuth2 authentication

Expected behavior

Add OAuth2 authentication to http_response base on the existing code from the http plugin

OAuth2 Client Credentials. The options 'client_id', 'client_secret', and 'token_url' are required to use OAuth2. client_id = "clientid" client_secret = "secret" token_url = "https://indentityprovider/oauth2/v1/token" scopes = ["urn:opc:idm:myscopes"

Actual behavior

No OAuth2 authentication is directly available

Additional info

No response

贡献者指南