Confluent Cloud¶
To manage Confluent Cloud costs, you need to create an API key (Service account) for your Organization with the 'Cloud resource management' resource scope, you can find the documentation here. Once you have your API key details, add the following settings to app-config.yaml
:
YAML
backend:
infraWallet:
integrations:
confluent:
- name: <unique_name_of_this_integration>
apiKey: <your_api_key>
apiSecret: <your_api_key_secret>