I have a question: does Infracost provide a native...
# help
b
I have a question: does Infracost provide a native integration with GitGerrit change requests?
l
Hi @bulky-journalist-1152 it doesn’t. I don’t know much about GitGerrit, but maybe our CI docker images could help? https://www.infracost.io/docs/integrations/cicd/#other-cicd-systems
b
Looks like you can configure custom GitGerrit labels (https://gerrit-review.googlesource.com/Documentation/config-labels.html#label_custom) and then configure CI/CD so that Infracost values as sent from the Jenkins server (for instance) over to GitGerrit
how does the CI/CD work from a licensing perspective? does the container need a license key?
l
The CI/CD docker image is all open source.
b
so how is the paid plan connected to the CI/CD world?
or it's not at all?
l
The paid plan is for Infracost Cloud which gives you additional features like guardrails and policies as well as a centralized view over all your pull requests.
b
ah I just saw that it's connected to an API_KEY as an env var to the CI/CD docker image
that's what I was trying to understand
ok awesome thanks!
l
Ah okay, yeah the CI/CD docker image will still need the API key
b
but only if we are using infracost cloud right?
it's not mandatory with just CI/CD internal integration, right?
l
It’s still needed to query prices from our API
The pricing API is open-source as well, so it’s possible to run that API yourself
b
do you have an AWS AppSync version of the API by any chance?
l
No we don’t. We just have docker images and a helm chart.
b
great thanks!