-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Description
The Elasticsearch input accepts an api_key parameter, which is expected to be in the name:key format. This value is base64-encoded into an opaque value before being used in an Authorization: ApiKey #{opaque} HTTP header.
To reduce friction, we should accept the opaque value for api_key anywhere that we accept the name:key format api_key.
We can do so by assuming that the value is opaque unless it includes a colon (:) character.
Reactions are currently unavailable