Skip to content

Commit 0020172

Browse files
Update authentication-methods.md (#10809) (#10810)
Add service sections. +CC @hegerchr (cherry picked from commit 8b44456) Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent b737ce7 commit 0020172

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/edot-collector/config/authentication-methods.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ receivers:
167167
http:
168168
auth:
169169
authenticator: apikeyauth
170+
171+
service:
172+
extensions: [apikeyauth]
170173
```
171174

172175
### Securing collector-to-collector communication
@@ -185,6 +188,9 @@ receivers:
185188
grpc:
186189
auth:
187190
authenticator: bearertokenauth
191+
192+
service:
193+
extensions: [bearertokenauth]
188194
```
189195

190196
### Multi-tenant authentication
@@ -201,6 +207,9 @@ extensions:
201207
resources: ["*"]
202208
cache:
203209
key_headers: ["X-Tenant-Id", "X-Organization-Id"]
210+
211+
service:
212+
extensions: [apikeyauth]
204213
```
205214

206215
## Security considerations

0 commit comments

Comments
 (0)