Jesse Bye
Jesse Bye
@szymonpk You _can_ run anonymous actions with EKS. It is possible to completely bypass IAM for user authentication if you wish, it's just common to use IAM for this on...
@joebowbeer That's great, but is mitigating a separate issue (anonymous access to `kubelet` on nodes). This issue is different, as it involves anonymous access to `kube-apiserver`. Since the `kube-apiserver` is...
@project0 Check out https://github.com/aws-controllers-k8s/cloudwatch-controller It provides support for `MetricAlarm` resources :smile:
@sergialonsaco @atamgp We are also having this error with a similar configuration to the one Atam posted: ``` resource "helm_release" "aws_iam_controller" { name = "iam-controller" namespace = "aws-controllers-system" create_namespace =...
I'm on MacOS + iTerm2 + tmux. In my case, I needed to create a `~/.urlview` with the contents `COMMAND open -a firefox %s` before this would work.
Hi @evoxmusic, I modified my config to remove the subsetting options, but still receive the same error. Here is my latest config which still exhibits the error: ``` source: connection_uri:...
Hi @A-Hilaly, issue #1292 is now closed. Would you be able to regenerate the SNS controller resources at this point? We need to create SNS subscriptions as well, and are...
Hi @A-Hilaly , thanks for the update! Yes, `Subscribe` would be the operation we want to support. Also probably `ConfirmSubscription` so we can confirm the subscription after creating it. Thank...
@jaypipes sounds reasonable to me! Thanks!
@jaypipes @A-Hilaly Is there anything I can do to help move this along? This is blocking our team's progress on some initiatives that use SNS. I'd be glad to contribute...