Uh oh!
There was an error while loading. Please reload this page.
Add MtlsTokenProvider for mTLS authentication - #1722
Merged
Conversation
rustam-gamidov-hereforce-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
from
August 21, 2026 07:18
834a1de to
aa8dc80CompareCodecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@## master #1722 +/- ##
==========================================
+ Coverage 80.34% 80.46% +0.12%
==========================================
Files 356 358 +2 Lines 14295 14426 +131 Branches 1565 1581 +16 ==========================================
+ Hits 11485 11607 +122 - Misses 2178 2181 +3 - Partials 632 638 +6
🚀 New features to boost your workflow:
|
rustam-gamidov-hereforce-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
4 times, most recently
from
August 21, 2026 16:58
bbfe1d3 to
582e352Comparerustam-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 mykolamalikAugust 21, 2026 17:18
Uh oh!
There was an error while loading. Please reload this page.
rustam-gamidov-hereforce-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
2 times, most recently
from
August 25, 2026 07:43
55607ac to
6ae3555CompareImplementing 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-hereforce-pushed
the
rga/finalise-mtls-poc-datasdk-105
branch
from
August 25, 2026 08:19
6ae3555 to
afeae6eComparekhomenkd
approved these changes
Aug 25, 2026
mykolamalik
approved these changes
Aug 25, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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