Skip to content

Conversation

@cawthorne
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 5, 2025

📊 API Diff Results

No modules to analyze

View full report

}

// NewAuthorizedStreamsServer creates a server wrapping an authorized capability
func NewAuthorizedStreamsServer(capability StreamsCapability, authConfig streams.AuthConfig, lggr logger.Logger) (*StreamsServer, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to handle any authorization here. We will set per-capability limits to 0 by default.


// Authorizer handles workflow authorization for streams trigger
// Ensures only authorized workflows (e.g., Data Feeds) can use the trigger
type Authorizer struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this at all, do we?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants