Geoffrey MUSELLI

Results 19 issues of Geoffrey MUSELLI

Note on DCO: If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the *Details* link next to...

**Description** Following logic on [lifecycle documentation](https://quarkus.io/guides/lifecycle) we can see that we have can register for startup and shuttdown events. It could be useful to have an event when the app...

kind/enhancement

**Is your feature request related to a problem?** When using EKS node groups the tags are not propagated to the instances. For that you need to specify a launch template....

lifecycle/stale
service/eks
kind/new-resource

Hello, Just found that requesting a token is returning an error 400. When calling: ``` const account = {"legal_entity":{"address":{"city":"Paris","line1":"222 rue du train","line2":"bat D","postal_code":"05220","country":"France"},"first_name":"Geoffrey","last_name":"Mus","dob":{"day":15,"month":6,"year":1990},"type":"individual"},"tos_shown_and_accepted":true}; const token = await this.stripeService.createToken('account', account).toPromise(); "{"error":{"type":"invalid_request_error","code":"parameter_unknown","doc_url":"https://stripe.com/docs/error-codes/parameter-unknown","message":"Received...

**What is the URL of the document?** https://github.com/aws-controllers-k8s/eks-controller/blob/main/config/iam/recommended-inline-policy **Which section(s) is the issue in?** iam:PassRole **What needs fixing?** ``` PassRole With Star In Resource: Using the iam:PassRole action with wildcards...

good first issue
help wanted
lifecycle/stale
service/eks

**Is your feature request related to a problem? Please describe.** In some cases it could be interesting to generate multiple ExternalSecret based on a path. Example: I have several secrets...

kind/feature
track/core

# Introduction This proposal is an umbrella proposal for #1006 and #1007 To add more flexibility we could support different retry strategies: ``` client := resty.New(). OnBeforeRequest(func(c *resty.Client, req *resty.Request)...

Hello. I observed that RetryHook does not support error handling. Here is a simple use case: I have an authentication that returns an `access_token` and a `refresh_token`. When I get...

Hello. I would like to add a custom retry count based on the status. Example: - On 428 I could retry x time - On 401 I would like to...