feat(agent): harden PSU gRPC POC support#1843
Merged
Marc-André Moreau (mamoreau-devolutions) merged 2 commits intoJun 30, 2026
Merged
Conversation
Remove the Docker build TLS verification bypass, run the POC container as a non-root user, suppress strict lints emitted by generated tonic code, and make PSU gRPC process cleanup/reporting more reliable. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Add optional AppToken configuration for the PSU gRPC agent and send it as bearer authorization metadata when configured. Wire the option through the POC container entrypoint and helper script while preserving unauthenticated local development behavior. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
Implementation notes:
Remaining follow-up work:
|
54770bc
into
psu-devoagent-poc
34 checks passed
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.
Hardens the PSU gRPC agent POC and adds optional AppToken support for authenticating the agent to PowerShell Universal. The POC container also avoids running as root and no longer disables TLS verification during Docker builds.
This keeps unauthenticated local development possible when no AppToken is configured, while allowing PSU deployments to pass an application token through agent configuration or the container helper.
Issue: N/A