Skip to content

feat(remote_signer): Add job token signing endpoint for byoc job types#3869

Draft
eliteprox wants to merge 4 commits intomasterfrom
feat/remote-signer-byoc
Draft

feat(remote_signer): Add job token signing endpoint for byoc job types#3869
eliteprox wants to merge 4 commits intomasterfrom
feat/remote-signer-byoc

Conversation

@eliteprox
Copy link
Collaborator

What does this pull request do? Explain your changes. (required)

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

Checklist:

…o orchestrator and update gRPC spec

- Introduced ExternalCapabilities method in the orchestrator to retrieve registered external capabilities.
- Updated OrchestratorInfo message in protobuf to include external capabilities information.
- Enhanced gRPC client and server implementations to utilize new method and handle external capabilities.
- Added new ExternalCapabilityInfo message to define external capabilities with attributes like name, description, capacity, and pricing.
- Updated remote signer to support BYOC job type and handle capability-specific logic in payment processing.
- Adjusted tests to accommodate new external capabilities functionality.
…ethods

- Removed PriceInfo field from ExternalCapabilityInfo in both protobuf and Go files to streamline capability information.
- Updated orchestratorInfoWithCaps function to reflect the removal of PriceInfo, ensuring compatibility with existing external capabilities logic.
- Adjusted related comments and documentation to maintain clarity and accuracy.
- Added a new route for retrieving capabilities at "/byoc/capabilities".
- Introduced GetCapabilities method to handle HTTP requests and return a JSON response with external capabilities information.
- Updated Orchestrator interface to include ExternalCapabilities method for fetching registered capabilities.
- Removed ExternalCapabilityInfo from protobuf and related files to streamline capability management.
- Adjusted orchestratorInfoWithCaps function to reflect changes in external capabilities handling.
- Downgraded protoc-gen-go-grpc version from v1.6.0 to v1.2.0.
- Updated gRPC support package version requirement from v1.64.0 to v1.32.0.
- Replaced constant method names with direct string references for RPC calls in the OrchestratorClient and OrchestratorServer interfaces.
- Adjusted comments for clarity and consistency in the generated code.
@github-actions github-actions bot added go Pull requests that update Go code AI Issues and PR related to the AI-video branch. labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Issues and PR related to the AI-video branch. go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant