Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TNO
/
knowledge-engine
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
53
Code
Issues
43
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Implement code header for interactions through use of EDC
- #723
#723
Merged
david-debest
merged 26 commits into
master
TNO/knowledge-engine:master
from
add-authorization-header
TNO/knowledge-engine:add-authorization-header
Copy head branch name to clipboard
Oct 2, 2025
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Implement code header for interactions through use of EDC
#723
david-debest
merged 26 commits into
master
TNO/knowledge-engine:master
from
add-authorization-header
TNO/knowledge-engine:add-authorization-header
Copy head branch name to clipboard
Commits
Commits on Jan 22, 2024
Adds Authorization header to remote messages & sets up Docker example with remote runtimes
Sophietje
committed
9caac48
View commit details
Copy full SHA for 9caac48
Browse repository at this point
Commits on Feb 2, 2024
Adds Authorization header to all messages, skip authorization for meta-info & initial verification of authorization token
Sophietje
committed
6e14338
View commit details
Copy full SHA for 6e14338
Browse repository at this point
Commits on Feb 20, 2024
Added working (manual) example with edc integration
Sophietje
committed
dcf3424
View commit details
Copy full SHA for dcf3424
Browse repository at this point
Commits on Feb 22, 2024
Small improvements to the edc example.
bnouwt
committed
2e77a95
View commit details
Copy full SHA for 2e77a95
Browse repository at this point
Commits on Feb 27, 2024
Clean up log statements & avoid HTML response printed in logs
Sophietje
committed
a3ab594
View commit details
Copy full SHA for a3ab594
Browse repository at this point
Commits on Mar 22, 2024
Merge branch 'master' into add-authorization-header
bnouwt
committed
d878f2e
View commit details
Copy full SHA for d878f2e
Browse repository at this point
Commits on Mar 29, 2024
Works until starting data transfer.
Show description for 1557f5a
bnouwt
committed
1557f5a
View commit details
Copy full SHA for 1557f5a
Browse repository at this point
Got the edc-example working with automatic contract negotiations.
Show description for de194b9
bnouwt
committed
de194b9
View commit details
Copy full SHA for de194b9
Browse repository at this point
Remove quick 'n dirty path fix.
bnouwt
committed
5ee3632
View commit details
Copy full SHA for 5ee3632
Browse repository at this point
Also remove environment variable from RemoteKerConnection prop file.
bnouwt
committed
4dc87c6
View commit details
Copy full SHA for 4dc87c6
Browse repository at this point
Commits on May 13, 2024
Made authorization optional and extended documentation of the EDC example
Sophietje
committed
133fcc0
View commit details
Copy full SHA for 133fcc0
Browse repository at this point
Commits on May 23, 2024
Refer to edc-example directory as examples/edc-example in README
Sophietje
committed
28ddf93
View commit details
Copy full SHA for 28ddf93
Browse repository at this point
Commits on May 23, 2025
Fix merge conflicts from master
david-debest
committed
de64174
View commit details
Copy full SHA for de64174
Browse repository at this point
Commits on May 26, 2025
Merge branch 'master' into add-authorization-header
david-debest
committed
ae3f1b8
View commit details
Copy full SHA for ae3f1b8
Browse repository at this point
Commits on Aug 25, 2025
Merge branch 'master' into add-authorization-header
david-debest
committed
e609727
View commit details
Copy full SHA for e609727
Browse repository at this point
Add authorization header to remote ker request if EDC service is set
david-debest
committed
5f4af37
View commit details
Copy full SHA for 5f4af37
Browse repository at this point
Change tests to use reasonerLevel instead of reasonerEnabled
david-debest
committed
a6a03ea
View commit details
Copy full SHA for a6a03ea
Browse repository at this point
Commits on Aug 26, 2025
Add TKE EDC manager library code to this repository, without Spring API and with simplified connector configuration
david-debest
committed
573232e
View commit details
Copy full SHA for 573232e
Browse repository at this point
Commits on Aug 27, 2025
Add EDC config parameters to smart connector config and fix edc example to work
david-debest
committed
16f0883
View commit details
Copy full SHA for 16f0883
Browse repository at this point
Remove tke-edc-manager as a dependency
david-debest
committed
4fbdbb9
View commit details
Copy full SHA for 4fbdbb9
Browse repository at this point
Fix dependencies from tke-edc-manager
david-debest
committed
2fcc4d2
View commit details
Copy full SHA for 2fcc4d2
Browse repository at this point
Commits on Sep 25, 2025
Fix for comments on merge request
david-debest
committed
c74b6d1
View commit details
Copy full SHA for c74b6d1
Browse repository at this point
Commits on Sep 29, 2025
Make sure edcConnectionUrl only shows up when non-null.
bnouwt
committed
1eaf6e8
View commit details
Copy full SHA for 1eaf6e8
Browse repository at this point
Commits on Oct 2, 2025
Merge branch 'master' into add-authorization-header
david-debest
committed
3c54f3c
View commit details
Copy full SHA for 3c54f3c
Browse repository at this point
Undo incorrect merge conflict solve'
david-debest
committed
b139da0
View commit details
Copy full SHA for b139da0
Browse repository at this point
Undo another incorrect merge conflict solve'
david-debest
committed
b8fae42
View commit details
Copy full SHA for b8fae42
Browse repository at this point
You can’t perform that action at this time.