Handling auth for 3rd-party services #13
Labels
No labels
agent
blocked
agent
new
agent
review
agent
working
complexity
high
complexity
low
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/logbus#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plugins such as the opensearch sink have no way to authenticate to its destination. The typescript port allowed
endpointto be a pipeline-defined function so that the env vars could be interpolated into the endpoint. Think of some good options. As a stop-gap solution, we could simply have plugins honor env vars (eg LOGBUS_OPENSEARCH_USERNAME), but that has at least these drawbacks:#15 should address this sufficiently well for now.