Generating access token, refresh token, and secret id for Airbyte resource creation via Terraform

Summary

This user is inquiring about how to generate access token, refresh token, and secret id parameters for creating Airbyte resources via Terraform. They are currently using Google OAuth playground for access token and refresh token, and the Initiate OAuth for a source call for the secret id.


Question

Hi all, Just wanted to understand on how is everyone generating the access token, refresh token, secret id parameters used for <https://github.com/airbytehq/terraform-provider-airbyte/blob/30913cb2a9007c7b03407f0160267908c38888a4/examples/resources/airbyte_source_google_analytics_data_api/resource.tf|airbyte resource creation via terraform>.
I am using <https://developers.google.com/oauthplayground/|Google OAuth playground> for generating access token and refresh token, and the secretID from the <https://reference.airbyte.com/reference/initiateoauth|Initiate OAuth for a source> Call.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["generating-access-token", "refresh-token", "secret-id", "airbyte-resource-creation", "terraform", "google-oauth-playground", "initiate-oauth"]