sparse-intern-71089
08/08/2019, 10:33 PMbreezy-hamburger-69619
08/08/2019, 10:43 PMroleMappings
config block, but pulumi/eks
would also need the user to pass in the instanceRole
mapping in the roleMappings
as well, as it currently handles that: https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L268-L323 - specifically Line 315.
If this roleMappings
is supplied, I believe pulumi/eks
would at best load it to parse and validate that its valid YAML, as trying to validate anything further like if users and roles are properly configured in it, can be a bit of a guessing game. This would put the onus on the user to make sure it is complete and correct.orange-tailor-85423
08/19/2019, 7:57 PM