-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release-1.34] Backport credential provider support #9512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.34] Backport credential provider support #9512
Conversation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
We now move the namespaced auth files to a unique location for singular usage. This means that CRI-O can also remove the file afterwards, while other parallel pulls can re-use the previous file location for parallel pulls. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
951a6e7 to
942f649
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-1.34 #9512 +/- ##
=============================================
Coverage 67.03% 67.04%
=============================================
Files 202 202
Lines 28085 28144 +59
=============================================
+ Hits 18827 18868 +41
- Misses 7683 7690 +7
- Partials 1575 1586 +11 🚀 New features to boost your workflow:
|
Re-using the public auth and config API from the credential provider to keep both projects in sync. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
942f649 to
7dd254c
Compare
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
330c07f to
5a35fbc
Compare
|
@cri-o/cri-o-maintainers PTAL |
bitoku
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the version skew policy with cri-o and crio-credential-provider?
also can we wait for openshift/enhancements#1861 is approved?
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
|
/test e2e-gcp-ovn |
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
|
/test e2e-gcp-ovn |
|
@bitoku the enhancement got merged, can we continue with that PR? Even if we slip the API, we can still deliver the RPM and this functionality as a preview to users. |
|
/retest |
c8e8b46
into
cri-o:release-1.34
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
I'm going to downgrade the go 1.25 requirement in cri-o/crio-credential-provider#43
Does this PR introduce a user-facing change?