Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Exporter guides for Machine ID configure RBAC incorrectly #41690

Open
strideynet opened this issue May 17, 2024 · 0 comments
Open

Event Exporter guides for Machine ID configure RBAC incorrectly #41690

strideynet opened this issue May 17, 2024 · 0 comments

Comments

@strideynet
Copy link
Contributor

strideynet commented May 17, 2024

Applies To

https://goteleport.com/docs/management/export-audit-events/splunk/
https://goteleport.com/docs/management/export-audit-events/fluentd/
https://goteleport.com/docs/management/export-audit-events/datadog/
https://goteleport.com/docs/management/export-audit-events/elastic-stack/

Details

Enable impersonation of the Fluentd plugin user

...
If you are using Machine ID to provide short-lived credentials to the Event Handler, add this role to the Machine ID bot user. Otherwise, add this role to the user that generates signed credentials for the Event Handler:

This describes giving the teleport-event-handler-impersonator role to the Bot, this is incorrect. Instead, the teleport-event-handler role should be directly given to the Bot, the intermediary -impersonator role breaks the configuration. The intermediary -impersonator role and user do not need to be created at all.

e.g from v15 you can run

tctl bots update my-bot --add-roles teleport-event-handler

How will we know this is resolved?

When these guides can be followed using Machine ID and work.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant