rad

Results 37 issues of rad

This is an immediate followup on #2489. According to my finding (for example [this](https://stackoverflow.com/questions/67136714) by @marlonrichert), `compinit` and `bashcompinit` should not be called in completion scripts, but users should be...

### Describe the bug Updating a cluster to remove cluster control plane logging cannot succeed. Also the rollback also fails with slightly different error. ### Expected Behavior The cluster should...

bug
p1
@aws-cdk/aws-eks
effort/medium

Is there any plan to support this? For example: ```typescript const policy = new statement.Sns() .allow() .toPublish() .onTopic(myTopic); // policy.addServicePrincipal('ses.amazonaws.com'); policy.addSesServicePrincipal(); ``` Any help you need with this? BTW: what's...

question

**I'm using the package** - [x] iam-floyd - [x] cdk-iam-floyd **I'm using the package in language** - [x] TypeScript/JavaScript (npm) - [ ] Python (pip) - [ ] .Net (NuGet)...

bug

**Describe the bug** I'm not sure if it's misconfiguration in my code or a bug in spring-cloud-gateway or any other dependent ones (e.g. sleuth, brave, reactor, etc); the tracing information...

question
feedback-provided

**Type**: Feature **Description** Currently it's impossible to customize clients created by `AmazonWebserviceClientFactoryBean`, specifically by adding `RequestHandler2` (for example tracing instrumentation handler). **Solution** The class should accept a list of request...

component: core
type: enhancement

Currently the code (for example [SecretsManagerRDSPostgreSQLRotationSingleUser](https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/master/SecretsManagerRDSPostgreSQLRotationSingleUser/lambda_function.py)) uses the existing password (in the secret) to authenticate/login and then rotates it (as the [documentation](https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/master/SecretsManagerRDSPostgreSQLRotationSingleUser/lambda_function.py#L20) explains). Probably a minor improvement, but does it...

enhancement

cc: @cowtowncoder I saw people using Jackson to do it, but in a not-so-efficient way: ``` MyPojo myPojo = new MyPojo(); ObjectMapper mapper = new ObjectMapper(); MyPojo newPojo = mapper.readValue(mapper.writeValueAsString(myPojo),...

3.x

**Is your feature request related to a problem? Please describe.** Is it possible to create some sort of ChangeSet to review during approving the deployment in the pipeline? **Describe the...

enhancement

**Describe the bug** In a CFN StackSet, when I remove a parameter which has a default value (different from what I set previously), the stack-set doesn't get updated. (Consequently stack...

bug