Skip to content

Commit 4ca7530

Browse files
authored
[extension/oauth2clientauth] fix README example (#31759)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR amends the example in the oauth2clientauth extension's README so that it works out of the box. **Link to tracking Issue:** <Issue number if applicable> None filed. **Testing:** <Describe what testing was performed and which tests were added.> No tests were added **Documentation:** <Describe the documentation added.> Indented the ca_file field under a tls block. Signed-off-by: Paschalis Tsilias <[email protected]>
1 parent e2fb4ef commit 4ca7530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/oauth2clientauthextension/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ exporters:
5757

5858
otlp/withauth:
5959
endpoint: 0.0.0.0:5000
60-
ca_file: /tmp/certs/ca.pem
60+
tls:
61+
ca_file: /tmp/certs/ca.pem
6162
auth:
6263
authenticator: oauth2client
6364

0 commit comments

Comments
 (0)