GithubHelp home page GithubHelp logo

Comments (4)

santiagocardenas avatar santiagocardenas commented on May 23, 2024

If we implement this, it must be a per execution option.

It's normally not advised to use custom names IAM resources for reusable CloudFormation templates. This is because it causes collisions if they are deployed more than once in the same account.

Of course, there are cases where custom named resources are used and make sense, but not for the majority of use cases where taskcat would be involved in.

from taskcat.

ntmggr avatar ntmggr commented on May 23, 2024

So what is the catch on including this no matter what? Will it cause issues if you are not using custom names ?

from taskcat.

santiagocardenas avatar santiagocardenas commented on May 23, 2024

The catch is that you may think that you are not using custom names in IAM when in fact you may be and think that you could deploy the same CloudFormation template in another region (or really anywhere in the same account), when in fact you cannot.

By not adding that capability, you can avoid those issues right away.

I'm really not completely opposed to adding it if every time you test out in every supported region for the CloudFormation template (which would fail) or if it's made an option that you consciously know that you are creating potential collisions.

from taskcat.

santiagocardenas avatar santiagocardenas commented on May 23, 2024

And in terms of adding it, you would want to add it as part of the array, that is, you include CAPABILITY_IAM and add on to it CAPABILITY_NAMED_IAM, so that you cover both.

from taskcat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.