-
Notifications
You must be signed in to change notification settings - Fork 44
Hotfix dev env #372
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
base: main
Are you sure you want to change the base?
Hotfix dev env #372
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RaphaelBut The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
266c9ca
to
fd44b4c
Compare
/retest |
This comes out of a need to run backplane-api locally, but its unable to get aws access. Also, part of the bigger picture of only initializing required integrations.
7479d85
to
b707bac
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #372 +/- ##
==========================================
- Coverage 33.69% 33.45% -0.24%
==========================================
Files 25 25
Lines 1843 1856 +13
==========================================
Hits 621 621
- Misses 1174 1187 +13
Partials 48 48
🚀 New features to boost your workflow:
|
@RaphaelBut: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
updateMetrics(alertInvestigation.Name(), &result) | ||
return err | ||
var customerAwsClient *aws.SdkClient | ||
if alertInvestigation.RequiresAwsClient() { |
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.
Question: how would we test aws access + kube-api access short term?
This is an interesting side effect of running the local backplane-api.
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Improve dev environment setup and add utility to run backplane locally
Only require aws client for investigations that need it.
This comes out of a need to run backplane-api locally, but its unable to get aws access.
Its also part of the bigger picture of only initializing required integrations.