David X Johnson
David X Johnson
Since the `Key ID` is generated, how would this work in practical terms? Perhaps the `Name` in the CRD becomes an `Alias` associated with the key?
The deployment descriptor is thus: ```- kind: Deployment apiVersion: apps/v1beta1 metadata: name: aws-service-operator namespace: aws-service-operator spec: replicas: 1 template: metadata: annotations: iam.amazonaws.com/role: arn:aws:iam::XXXXXXXXXXXX:role/k8s-aws-service-operator labels: app: aws-service-operator spec: serviceAccountName: aws-service-operator containers:...
Changing the cluster name did the trick. I see successful sns subscription, topic and queue messages in teh logs.