Michael Tewoldemedhin
Michael Tewoldemedhin
The first two are correct. When referencing it in MSK cluster though you'd need to use metadata.name of the SecretsManager Secret. ```yaml spec: associatedSCRAMSecretRefs: - from: name: awsmsk namespace: test...
can you describe the mskCluster and share the output? Redact any sensitive information if needed
Hello @Chalapathidevops Can you share the logs/describe output for SecretsManager as well? It seems like there is an issue with it.
Hello @Chalapathidevops, Seems like there's an issue when reporting batchAssociate errors in the kafka controller. I will create a new issue to help us track it. Once i checked my...
@Chalapathidevops This is the next issue I see `The provided secret is encrypted with the default key. You can't use this secret with Amazon MSK.` You would need to associate...
Hello @Chalapathidevops Is this issue resolved for you?
Of course: Here's the definitions with references: KMS Key: ```yaml apiVersion: kms.services.k8s.aws/v1alpha1 kind: Key metadata: name: $KEY_NAME spec: description: "Key created by ACK tests" ``` k8s Secret ```yaml apiVersion: v1...
@Chalapathidevops is this issue resolved for you?
closing due to inactivity please feel free to reopen if issue is not resolved /close
Hello @havard024, It seems like you're describing the `deletion-policy` feature which we do support in ACK. Here's the documentation. https://aws-controllers-k8s.github.io/community/docs/user-docs/deletion-policy/ `adopt-or-create` feature is meant to attempt adopting a resource from...