Niall Thomson
Niall Thomson
I've come across this as well, I can perhaps expand. Currently it looks like CfCT supports SCPs as a first class construct using the API call: `org_client.create_policy(...)` This API call...
@FernandoMiguel thats the exact output I used in my prototype since it was our own module since I could easily hack on it and what spurred on this question 👍...
I noticed that the GitHub and GitLab catalog modules have broken out their "organization" providers in to a separate modules/packages that basically just declares the backend module for those providers...
To play devils advocate a bit: I'm not sure thats better for anyone? For the maintainers its more overhead and for the adopters its more steps to import multiple packages...
I'm at AWS and we've been seeing customers ingesting infrastructure in to the catalog as resources but each implementation is pretty ad-hoc. Has there been any developments on how we...
Stumbled across this issue as we were looking in to the same thing. I'm one of the primary maintainers of eksworkshop.com and we think this is important for us to...
Perhaps related to this I was browsing #10183 and wondered whether these processors would also benefit from being converted to providers. For example with many AWS customers I expect that...
For my own education: are there negative consequences to just adding these processors in the existing module alongside the S3 provider? Not introducing more modules.
Just in-case anyone else has this problem: you need to use something like `mvn install` before you use docker-compose. Its not an issue with a repository as much as the...