https://infracost.io logo
Title
b

bulky-journalist-1152

02/08/2023, 12:48 PM
I have a question: does Infracost provide a native integration with GitGerrit change requests?
l

little-author-61621

02/08/2023, 12:50 PM
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

bulky-journalist-1152

02/08/2023, 12:56 PM
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

little-author-61621

02/08/2023, 12:57 PM
The CI/CD docker image is all open source.
b

bulky-journalist-1152

02/08/2023, 12:58 PM
so how is the paid plan connected to the CI/CD world?
or it's not at all?
l

little-author-61621

02/08/2023, 1:01 PM
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

bulky-journalist-1152

02/08/2023, 1:04 PM
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

little-author-61621

02/08/2023, 1:04 PM
Ah okay, yeah the CI/CD docker image will still need the API key
b

bulky-journalist-1152

02/08/2023, 1:06 PM
but only if we are using infracost cloud right?
it's not mandatory with just CI/CD internal integration, right?
l

little-author-61621

02/08/2023, 1:07 PM
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

bulky-journalist-1152

02/08/2023, 1:09 PM
do you have an AWS AppSync version of the API by any chance?
l

little-author-61621

02/08/2023, 1:09 PM
No we don’t. We just have docker images and a helm chart.
b

bulky-journalist-1152

02/08/2023, 1:25 PM
great thanks!