Table of Contents
From the Tokens page, create/update the API token and store it in the AWS Secrets Manager. Then add/update the TF_API_TOKEN
secret on the GitHub Action secrets and variables, secret tab.
Confluent Cloud requires API keys to manage access and authentication to different parts of the service. An API key consists of a key and a secret. You can create and manage API keys by using the Confluent Cloud CLI. Learn more about Confluent Cloud API Key access here.
Using the Confluent CLI, execute the follow command to generate the Cloud API Key:
confluent api-key create --resource "cloud"
Then, for instance, copy-and-paste the API Key and API Secret values to the respective, CONFLUENT_CLOUD_API_KEY
and CONFLUENT_CLOUD_API_SECRET
secrets, that need to be created/updated on the GitHub Action secrets and variables, secret tab.