This message was deleted.
# general
s
This message was deleted.
w
I believe there are configuration options for specifying the IAM roles and rbac bindings you’d like to setup. Can you share any specific details on what you’ve tried and what specifically doesn’t work? I feel fairly confident what you describe is possible (and I know of several folks using the EKS package in multi-user contexts), but would be helpful to be talking in specifics.
b
I see that you can define IAM and RBAC role bindings via
roleMappings
but the default kubeconfig generated for the provider doesn’t inject it. https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L192
After deploying an eks cluster on my machine, a coworker is unable to refresh the same stack and gets
Unauthorized
when pulumi tries to refresh resources that are deployed using the cluster provider
Seems theres already an issue opened for this: https://github.com/pulumi/pulumi-eks/issues/140