Add MtlsTokenProvider for mTLS authentication - #1722
Open
rustam-gamidov-here wants to merge 1 commit into
Open
Conversation
rustam-gamidov-here
force-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
from
August 21, 2026 07:18
834a1de to
aa8dc80
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1722 +/- ##
==========================================
+ Coverage 80.34% 80.48% +0.14%
==========================================
Files 356 358 +2
Lines 14295 14432 +137
Branches 1565 1583 +18
==========================================
+ Hits 11485 11615 +130
+ Misses 2178 2177 -1
- Partials 632 640 +8
🚀 New features to boost your workflow:
|
rustam-gamidov-here
force-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
3 times, most recently
from
August 21, 2026 15:49
41abb93 to
bbfe1d3
Compare
Implementing auto refreshing in place not using AutoRefreshToken and TokenEndpoint for simplicity and because mtls endpoint has very simple list of arguments and some features implemented in client authentication may be not supported at the moment. Relates-To: DATASDK-105 Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
rustam-gamidov-here
force-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
from
August 21, 2026 16:58
bbfe1d3 to
582e352
Compare
rustam-gamidov-here
marked this pull request as ready for review
August 21, 2026 17:18
rustam-gamidov-here
requested review from
andrey-kashcheev,
asopov-here,
khomenkd and
mykolamalik
August 21, 2026 17:18
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.
Implementing auto refreshing in place not using AutoRefreshToken and TokenEndpoint for simplicity and because mtls endpoint has very simple list of arguments and some features implemented in client authentication may be not supported at the moment.
Relates-To: DATASDK-105