Skip to content
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(controller): irsa support #2235

Merged
merged 12 commits into from
Jul 15, 2024
Merged

Conversation

blakepettersson
Copy link
Contributor

Building upon #2066, this PR allows IRSA to be used. The reason why we would want to use this is because there are some environments where EKS Pod Identites cannot be used (e.g AWS GovCloud), or e.g for consistency with existing deployments.

@blakepettersson blakepettersson requested review from a team as code owners July 3, 2024 19:15
@blakepettersson blakepettersson marked this pull request as draft July 3, 2024 19:15
Copy link

netlify bot commented Jul 3, 2024

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 426a7f6
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/669591a1710c080007d5c115
😎 Deploy Preview https://deploy-preview-2235.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

Attention: Patch coverage is 15.38462% with 11 lines in your changes missing coverage. Please review.

Project coverage is 46.35%. Comparing base (34d1bfe) to head (1f325da).

Files Patch % Lines
...ials/kubernetes/ecr/managed_identity_credential.go 8.33% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2235      +/-   ##
==========================================
- Coverage   46.36%   46.35%   -0.02%     
==========================================
  Files         242      242              
  Lines       16852    16856       +4     
==========================================
  Hits         7814     7814              
- Misses       8658     8662       +4     
  Partials      380      380              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blakepettersson blakepettersson force-pushed the feat/irsa-support branch 2 times, most recently from 5bec522 to 268ddb0 Compare July 6, 2024 09:16
@blakepettersson blakepettersson marked this pull request as ready for review July 6, 2024 09:17
@blakepettersson blakepettersson marked this pull request as draft July 6, 2024 09:18
charts/kargo/values.yaml Outdated Show resolved Hide resolved
Building upon akuity#2066, this PR allows IRSA to be used. The reason why we
would want to use this is because there are some environments where EKS
Pod Identites cannot be used (e.g AWS GovCloud), or e.g for consistency
with existing deployments.

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Service account annotations are completely separated from other
annotations, for now at least.

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
krancour added 3 commits July 15, 2024 16:42
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
@krancour krancour force-pushed the feat/irsa-support branch from 9e38305 to 426a7f6 Compare July 15, 2024 21:16
@krancour krancour marked this pull request as ready for review July 15, 2024 21:17
@krancour krancour self-requested a review July 15, 2024 21:18
@krancour krancour enabled auto-merge July 15, 2024 21:18
@krancour krancour added this pull request to the merge queue Jul 15, 2024
Merged via the queue into akuity:main with commit f1583c1 Jul 15, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants