Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Particular/ServiceControl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.10.1
Choose a base ref
...
head repository: Particular/ServiceControl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.11.0
Choose a head ref
  • 7 commits
  • 153 files changed
  • 7 contributors

Commits on Feb 4, 2026

  1. Update dependency FluentValidation to 11.12.0 (#5154)

    Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
    dependencyupdates[bot] authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    0435c09 View commit details
    Browse the repository at this point in the history
  2. Update dependency Polly.Core to 8.6.5 (#5059)

    Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
    dependencyupdates[bot] authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    7593f3b View commit details
    Browse the repository at this point in the history
  3. Update dependency Autofac to 8.4.0 (#5047)

    Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
    dependencyupdates[bot] authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    ac20763 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Add authentication and SSL/TLS to ServiceControl (#5197)

    * Add initial authentication supporting JWT tokens, OpenID Connect, OAuth2.0
    
    * Add ServicePulse-specific OIDC configuration and endpoint
    
    * Update src/ServiceControl/App.config
    
    Co-authored-by: Warwick Schroeder <[email protected]>
    
    * Update src/ServiceControl/App.config
    
    Co-authored-by: Warwick Schroeder <[email protected]>
    
    * Remove SP enabled flag
    
    * Update approved routes and settings
    
    * Allow multiple api scopes, or none. Add client audience config setting
    
    * Add auth to other instances
    
    * Rename to ApiScopes
    
    * Add additional options for flexible and secure hosting; SSL/TLS, Reverse Proxy, Direct HTTPS, CORS
    
    * Remove previously added rate limit for anon api
    
    * Forward auth header
    
    * Allow Anon for CheckRemotes
    
    * Remove unused rate limiting middleware
    
    * MapControllers correctly
    
    * Upgrade package
    
    * Update local testing files. Add debug endpoint for dev.
    
    * Update reverse proxy test file
    
    * Update HTTPS config and documentation
    
    * Update documentation for authentication
    
    * Add forward header tests for all instances. Add links to additional documentation in readme
    
    * Add more manual testing scenarios to docs. Rename files.
    
    * Clean doc formatting. Update hosting guide.
    
    * Update internal auth docs. Fix issue with server-to-server remote instance checks with auth.
    
    * Move public docs content to the docs PR
    
    * Clean servicecontrol hosting guide. Move content to docs RP (WIP)
    
    * Move public docs into docs PR
    
    * Clean forward header tests and add comments
    
    * Fix build issues
    
    * fix breaking tests. Add unit tests for security settings
    
    * Add security acceptance tests for Primary instance
    
    * Add CORS acceptance tests to audit and monitoring.
    
    * Add HTTPS acceptance tests to audit and monitoring
    
    * Add OpenID Conntect acceptance tests to audit and monitoring
    
    * Move some documentation to public docs
    
    * Small tweaks off review
    
    * Add comments. Update security setting validation.
    
    * Update tests off of review
    
    * Fix API approval tests
    
    * Update from feedback
    
    * Updates from testing. Add additional logging to support testing. Updates from feedback.
    
    * Remove sensitive data from diagnostics file
    
    * add MD doc file back in
    
    * Remove some details from debug logs.
    
    * Clean logging. Fix issue with Platform Connector when auth is enabled.
    
    * Undo making the connection controller anonymous. This is not required as ServicePulse should be the only client using it.
    
    * Forward Authorization header to remote instances
    
    * Update security package to .NET10
    
    * Resolve new obsolete APIs due to .NET10 upgrade
    
    * Fix auth issue with service-to-service call audit-count
    
    ---------
    
    Co-authored-by: Jason Taylor <[email protected]>
    Co-authored-by: Jason Taylor <[email protected]>
    Co-authored-by: Warwick Schroeder <[email protected]>
    4 people authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    4a1464b View commit details
    Browse the repository at this point in the history
  2. GitHubSync update - master (#5287)

    Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
    internalautomation[bot] authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    5fad7a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9adfeef View commit details
    Browse the repository at this point in the history
  4. Clean up package references (#5289)

    * Remove unneeded AWSSDK.SecurityToken reference
    
    * Sort packages
    
    * Clean up packages
    
    * Clean up pinned transitive references
    
    * Remove unused testing app
    
    * Format SetupInstanceTests stuff
    bording authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    2106327 View commit details
    Browse the repository at this point in the history
Loading