-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[DO NOT MERGE] Test aws init refactor #11570
Closed
windmgc
wants to merge
18
commits into
test-aws-init-refactor-fake-master
from
test-aws-init-refactor
Closed
[DO NOT MERGE] Test aws init refactor #11570
windmgc
wants to merge
18
commits into
test-aws-init-refactor-fake-master
from
test-aws-init-refactor
Commits on Sep 15, 2023
-
fix(aws-lambda): let plugin level proxy take effect on EKS IRSA crede…
…ntial provider (#11551) This PR contains a fix to let aws-lambda plugin-level proxy configuration take effect when fetching IAM credentials in an EKS environment. The EKS IRSA credential provider(aka TokenFileWebIdentityCredentials) will fire a request to AWS STS service when fetching the credential, and the request itself may need to go through the plugin-level proxy configuration. Here we check if a proxy is configured and whether the plugin is running inside the EKS environment with IRSA related configuration provided, then we replace the provider with a new TokenFileWebIdentityCredentials that supports proxy. FTI-5242
Configuration menu - View commit details
-
Copy full SHA for 78f806f - Browse repository at this point
Copy the full SHA 78f806fView commit details -
feat(concurrency): add new get_worker_singleton function
A worker singleton is a worker-global variable that is initialized only once. The get_worker_singleton function is used to access a worker singleton by name. It makes sure that when the variable is not yet initialized and multiple coroutines try to access it, only one calls the initialization functions and other coroutines wait. If get_worker_singleton is called in the init_worker phase, initialization is performed by the first call without locking as there are no other coroutines yet.
Configuration menu - View commit details
-
Copy full SHA for 3462bcb - Browse repository at this point
Copy the full SHA 3462bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9815d7 - Browse repository at this point
Copy the full SHA c9815d7View commit details -
refactor(core): remove plugin init() function
The init() function added in ea85db8 was perceived to have too little overall value. It is thus removed.
Configuration menu - View commit details
-
Copy full SHA for 68baa0e - Browse repository at this point
Copy the full SHA 68baa0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d8093 - Browse repository at this point
Copy the full SHA 65d8093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 833f242 - Browse repository at this point
Copy the full SHA 833f242View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf71cf - Browse repository at this point
Copy the full SHA caf71cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8b123 - Browse repository at this point
Copy the full SHA 4c8b123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547aba2 - Browse repository at this point
Copy the full SHA 547aba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a0279 - Browse repository at this point
Copy the full SHA 66a0279View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5574a - Browse repository at this point
Copy the full SHA eb5574aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd3f8b - Browse repository at this point
Copy the full SHA ddd3f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ad41d - Browse repository at this point
Copy the full SHA 00ad41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc79f29 - Browse repository at this point
Copy the full SHA bc79f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7024d2 - Browse repository at this point
Copy the full SHA c7024d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2265b6a - Browse repository at this point
Copy the full SHA 2265b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206a023 - Browse repository at this point
Copy the full SHA 206a023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9112001 - Browse repository at this point
Copy the full SHA 9112001View commit details
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.