You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently added a bunch of API keys to Confluent with https://github.com/edx/terraform/pull/6272/files. I need to retrieve the api and key values that were created for
"confluent_api_key" "schema-api-key-temp" and
"confluent_api_key" "edx_test_runner_dev"
so I can test and make sure they have all the correct permissions.
Note that in the future you may get these sorts of requests from anyone setting up a new event bus workflow since we want them to configure the API keys via terraform.
The text was updated successfully, but these errors were encountered:
I recently added a bunch of API keys to Confluent with https://github.com/edx/terraform/pull/6272/files. I need to retrieve the api and key values that were created for
"confluent_api_key" "schema-api-key-temp" and
"confluent_api_key" "edx_test_runner_dev"
so I can test and make sure they have all the correct permissions.
Note that in the future you may get these sorts of requests from anyone setting up a new event bus workflow since we want them to configure the API keys via terraform.
The text was updated successfully, but these errors were encountered: