mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[PR #67] [CLOSED] Sanitize logs #69
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#69
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?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/67
Author: @kirill-567
Created: 10/12/2025
Status: ❌ Closed
Base:
develop← Head:feature/sanitize-logs📝 Commits (10+)
627442dAdded openframe mode69abb80Removed profilesab21bfeUse openframe prefix059e31fUse openframe prefixbe91190Gitignoref16836bOpenframe prefix1f54938Refactoring4f7f2ddRefactoring79797d1Refactoring4bd0a5bRefactoring📊 Changes
21 files changed (+755 additions, -128 deletions)
View changed files
➕
.github/PULL_REQUEST_TEMPLATE.md(+10 -0)➕
.github/steps/sign-macos-package/action.yml(+105 -0)➕
.github/workflows/build.yml(+115 -0)➖
.github/workflows/ci.yml(+0 -42)➕
.github/workflows/test.yml(+85 -0)📝
.gitignore(+2 -0)📝
agent/agent.go(+62 -9)📝
agent/agent_unix.go(+2 -0)📝
agent/agent_windows.go(+4 -0)📝
agent/install.go(+85 -50)📝
agent/install_unix.go(+9 -1)📝
agent/install_windows.go(+13 -1)➕
agent/openframe_connection_manager.go(+47 -0)➕
agent/openframe_encryption_service.go(+55 -0)➕
agent/openframe_token_extractor.go(+37 -0)➕
agent/openframe_token_refresher.go(+71 -0)📝
agent/rpc.go(+31 -21)📝
go.mod(+1 -0)📝
go.sum(+1 -0)📝
main.go(+18 -4)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.