RUN-3260-Review-and-Finalize-Audit-Webhooks-Plugin#1658
Merged
fdevans merged 5 commits intoMay 21, 2025
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces the Audit Stream Plugin documentation for Rundeck to support streaming audit events to external systems via secure webhooks. The changes include a new comprehensive documentation page detailing the plugin’s setup and usage, and an update to the sidebar menu to include a link to the new documentation.
- Added a detailed documentation page (docs/administration/security/audit-stream-plugin.md) outlining configuration, supported authentication methods, and troubleshooting.
- Updated the sidebar menu (docs/.vuepress/sidebar-menus/administration.ts) to link to the new Audit Stream Plugin documentation.
Reviewed Changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/administration/security/audit-stream-plugin.md | New documentation page for the Audit Stream Plugin feature |
| docs/.vuepress/sidebar-menus/administration.ts | Sidebar update to include the Audit Stream Plugin documentation link |
Please don't use emojis removed last line about internal comms. cleaned up troubleshooting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
fdevans
approved these changes
May 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces the new Audit Stream Plugin feature for Rundeck, enabling the streaming of audit events to external systems via secure webhooks. It includes updates to the sidebar menu and a comprehensive documentation page detailing the plugin's functionality, configuration, and supported use cases.
Documentation Updates:
Sidebar Menu Update:
administration/securitysection of the sidebar menu (docs/.vuepress/sidebar-menus/administration.ts).Audit Stream Plugin Documentation:
docs/administration/security/audit-stream-plugin.md).