We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b737ce7 commit 0020172Copy full SHA for 0020172
docs/reference/edot-collector/config/authentication-methods.md
@@ -167,6 +167,9 @@ receivers:
167
http:
168
auth:
169
authenticator: apikeyauth
170
+
171
+service:
172
+ extensions: [apikeyauth]
173
```
174
175
### Securing collector-to-collector communication
@@ -185,6 +188,9 @@ receivers:
185
188
grpc:
186
189
187
190
authenticator: bearertokenauth
191
192
193
+ extensions: [bearertokenauth]
194
195
196
### Multi-tenant authentication
@@ -201,6 +207,9 @@ extensions:
201
207
resources: ["*"]
202
208
cache:
203
209
key_headers: ["X-Tenant-Id", "X-Organization-Id"]
210
211
212
204
213
205
214
206
215
## Security considerations
0 commit comments