-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat: Add support for Azure workload identity for Git and OCI repositories. #21118
Open
jagpreetstamber
wants to merge
1
commit into
argoproj:master
Choose a base branch
from
jagpreetstamber:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,015
−920
Conversation
This file contains 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
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
jagpreetstamber
force-pushed
the
master
branch
7 times, most recently
from
December 10, 2024 17:33
d15b63d
to
fdf129b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21118 +/- ##
==========================================
+ Coverage 53.26% 55.24% +1.98%
==========================================
Files 337 339 +2
Lines 57055 57318 +263
==========================================
+ Hits 30391 31666 +1275
+ Misses 24012 22935 -1077
- Partials 2652 2717 +65 ☔ View full report in Codecov by Sentry. |
jagpreetstamber
force-pushed
the
master
branch
3 times, most recently
from
December 10, 2024 19:19
24d9816
to
2defb6b
Compare
jagpreetstamber
force-pushed
the
master
branch
from
December 10, 2024 22:02
2defb6b
to
2dfe9a2
Compare
This was referenced Dec 10, 2024
jagpreetstamber
force-pushed
the
master
branch
2 times, most recently
from
December 11, 2024 15:52
c499219
to
94a0fbf
Compare
jagpreetstamber
force-pushed
the
master
branch
6 times, most recently
from
December 12, 2024 18:24
c0abdd4
to
06a0d1e
Compare
jagpreetstamber
force-pushed
the
master
branch
from
December 12, 2024 19:36
61b8f67
to
7202476
Compare
jagpreetstamber
force-pushed
the
master
branch
2 times, most recently
from
December 13, 2024 00:53
da35f8a
to
b3002cf
Compare
jagpreetstamber
force-pushed
the
master
branch
4 times, most recently
from
December 13, 2024 21:18
ace9f8e
to
f0c93ca
Compare
14 tasks
jagpreetstamber
force-pushed
the
master
branch
13 times, most recently
from
December 18, 2024 19:42
613d683
to
fb18b64
Compare
Signed-off-by: Jagpreet Singh Tamber <[email protected]>
jagpreetstamber
force-pushed
the
master
branch
from
December 18, 2024 22:28
fb18b64
to
88ea8cf
Compare
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.
PR implements Azure workload identity authentication mechanism for authenticating with the Azure Git and OCI repositories
Azure Workload Identity enables the credential free authentication for Azure customers, enabling this feature will remove the credential management overhead from customers using argo on Azure Kubernetes clusters.
Checklist: