Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AuthConfig resource in Integrations product #10335

Merged

Conversation

rohitjangid
Copy link
Contributor

Add support to manage Application Integration Auth Config via terraform

Release Note Template for Downstream PRs (will be copied)

google_integrations_auth_config

Fixes hashicorp/terraform-provider-google#17736

@github-actions github-actions bot requested a review from rileykarson April 1, 2024 06:28
Copy link

github-actions bot commented Apr 1, 2024

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

@rileykarson, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from f6429f6 to bc182e2 Compare April 1, 2024 06:30
@rohitjangid
Copy link
Contributor Author

Hi @rileykarson
Please review this PR and let me know if anything needs to be done for failing checks.

@rileykarson
Copy link
Member

/gcbrun

@shuyama1
Copy link
Member

shuyama1 commented Apr 4, 2024

@rohitjangid Sorry, there's an issue in our CI. Would you mind rebasing your PR to catch the latest fix? Thank you!

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from bc182e2 to 6dfd0bf Compare April 4, 2024 17:00
@rohitjangid
Copy link
Contributor Author

@rohitjangid Sorry, there's an issue in our CI. Would you mind rebasing your PR to catch the latest fix? Thank you!

@shuyama1 Thank you! Done

@rileykarson
Copy link
Member

/gcbrun

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 5 files changed, 3045 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 5 files changed, 3045 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 36 files changed, 1148 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_integrations_auth_config (9 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_integrations_auth_config" "primary" {
  expiry_notification_duration = # value needed
  override_valid_time          = # value needed
  visibility                   = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 11
Passed tests: 1
Skipped tests: 1
Affected tests: 9

Click here to see the affected service packages
  • integrations

Action taken

Found 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigBasicExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigBasicExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample[Debug log]

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from 6dfd0bf to af36cf1 Compare April 4, 2024 17:53
@github-actions github-actions bot requested a review from rileykarson April 4, 2024 17:53
@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from af36cf1 to a430d61 Compare April 10, 2024 09:04
@rileykarson
Copy link
Member

/gcbrun

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 3267 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 8 files changed, 3267 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 40 files changed, 1212 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3580
Passed tests: 3201
Skipped tests: 368
Affected tests: 11

Click here to see the affected service packages
all service packages are affected

Action taken

Found 11 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigBasicExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample|TestAccIntegrationsAuthConfig_update|TestAccSqlUser_postgresIAM

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigBasicExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_update[Error message] [Debug log]
TestAccSqlUser_postgresIAM[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

Copy link
Member

@rileykarson rileykarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an error message I can't figure out next steps on:

Error: Error creating AuthConfig: googleapi: Error 404: Project {{num}} doesn't have correct KMS configs set up, P4SA - service-{{num}}@gcp-sa-integrations.iam.gserviceaccount.com, keyring - , key - , location - .

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from a430d61 to f66bfc2 Compare April 15, 2024 06:58
@github-actions github-actions bot requested a review from rileykarson April 15, 2024 06:59
@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from f66bfc2 to 0cf84a6 Compare April 15, 2024 07:00
@rohitjangid
Copy link
Contributor Author

There's an error message I can't figure out next steps on:

Error: Error creating AuthConfig: googleapi: Error 404: Project {{num}} doesn't have correct KMS configs set up, P4SA - service-{{num}}@gcp-sa-integrations.iam.gserviceaccount.com, keyring - , key - , location - .

This is related to incorrect provisioning of client. I would get it fixed on our api side.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 3277 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 8 files changed, 3277 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 40 files changed, 1212 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_integrations_auth_config (12 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_integrations_auth_config" "primary" {
  certificate_id       = # value needed
  client_certificate   = # value needed
  create_time          = # value needed
  creator_email        = # value needed
  credential_type      = # value needed
  decrypted_credential = # value needed
  decrypted_credential {
    auth_token = # value needed
    jwt        = # value needed
    jwt {
      jwt = # value needed
    }
    oauth2_authorization_code = # value needed
    oauth2_client_credentials = # value needed
    oauth2_client_credentials {
      token_params = # value needed
      token_params {
        entries = # value needed
        entries {
          key = # value needed
          key {
            literal_value = # value needed
          }
          value = # value needed
          value {
            literal_value = # value needed
          }
        }
      }
    }
    oidc_token = # value needed
    oidc_token {
      token             = # value needed
      token_expire_time = # value needed
    }
    service_account_credentials = # value needed
    username_and_password       = # value needed
  }
  encrypted_credential = # value needed
  last_modifier_email  = # value needed
  name                 = # value needed
  project              = # value needed
  reason               = # value needed
  state                = # value needed
  update_time          = # value needed
  valid_time           = # value needed
}

1 similar comment
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 8 files changed, 3277 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 8 files changed, 3277 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 40 files changed, 1212 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_integrations_auth_config (12 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_integrations_auth_config" "primary" {
  certificate_id       = # value needed
  client_certificate   = # value needed
  create_time          = # value needed
  creator_email        = # value needed
  credential_type      = # value needed
  decrypted_credential = # value needed
  decrypted_credential {
    auth_token = # value needed
    jwt        = # value needed
    jwt {
      jwt = # value needed
    }
    oauth2_authorization_code = # value needed
    oauth2_client_credentials = # value needed
    oauth2_client_credentials {
      token_params = # value needed
      token_params {
        entries = # value needed
        entries {
          key = # value needed
          key {
            literal_value = # value needed
          }
          value = # value needed
          value {
            literal_value = # value needed
          }
        }
      }
    }
    oidc_token = # value needed
    oidc_token {
      token             = # value needed
      token_expire_time = # value needed
    }
    service_account_credentials = # value needed
    username_and_password       = # value needed
  }
  encrypted_credential = # value needed
  last_modifier_email  = # value needed
  name                 = # value needed
  project              = # value needed
  reason               = # value needed
  state                = # value needed
  update_time          = # value needed
  valid_time           = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3588
Passed tests: 3209
Skipped tests: 368
Affected tests: 11

Click here to see the affected service packages
all service packages are affected

Action taken

Found 11 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccHealthcareDatasetIamPolicy|TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample|TestAccIntegrationsAuthConfig_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3588
Passed tests: 3210
Skipped tests: 368
Affected tests: 10

Click here to see the affected service packages
all service packages are affected

Action taken

Found 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample|TestAccIntegrationsAuthConfig_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample[Error message] [Debug log]
TestAccIntegrationsAuthConfig_update[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

Copy link
Member

@rileykarson rileykarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can ignore the missing field detector for now- it's either getting confused or we found a bug.

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from 5351768 to 8926cc0 Compare April 18, 2024 06:08
@github-actions github-actions bot requested a review from rileykarson April 18, 2024 06:08
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 6 files changed, 3217 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 6 files changed, 3217 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 36 files changed, 1151 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_integrations_auth_config (11 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_integrations_auth_config" "primary" {
  project = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 12
Passed tests: 1
Skipped tests: 1
Affected tests: 10

Click here to see the affected service packages
  • integrations

Action taken

Found 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample|TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample|TestAccIntegrationsAuthConfig_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccIntegrationsAuthConfig_integrationsAuthConfigAuthTokenExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigClientCertificateOnlyExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigJwtExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2AuthorizationCodeExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOauth2ClientCredentialsExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigOidcTokenExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigServiceAccountExample[Debug log]
TestAccIntegrationsAuthConfig_integrationsAuthConfigUsernameAndPasswordExample[Debug log]
TestAccIntegrationsAuthConfig_update[Debug log]

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from 8926cc0 to 194ce80 Compare April 18, 2024 06:25
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 6 files changed, 3217 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 6 files changed, 3217 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 36 files changed, 1151 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_integrations_auth_config (11 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_integrations_auth_config" "primary" {
  project = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 12
Passed tests: 10
Skipped tests: 1
Affected tests: 1

Click here to see the affected service packages
  • integrations

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccIntegrationsAuthConfig_integrationsAuthConfigAdvanceExample[Debug log]

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

@rohitjangid rohitjangid force-pushed the feat/app-int-authconfig branch from 194ce80 to d20c025 Compare April 19, 2024 04:28
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 6 files changed, 3217 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 6 files changed, 3217 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 725 insertions(+))
Open in Cloud Shell: Diff ( 36 files changed, 1151 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_integrations_auth_config (11 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_integrations_auth_config" "primary" {
  project = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 12
Passed tests: 11
Skipped tests: 1
Affected tests: 0

Click here to see the affected service packages
  • integrations

$\textcolor{green}{\textsf{All tests passed!}}$
View the build log

@rohitjangid
Copy link
Contributor Author

@rileykarson The tests are passing now. PTAL.

Copy link
Member

@rileykarson rileykarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@rileykarson rileykarson merged commit 202f42b into GoogleCloudPlatform:main Apr 19, 2024
14 checks passed
@rohitjangid rohitjangid deleted the feat/app-int-authconfig branch April 22, 2024 04:19
balanaguharsha pushed a commit to balanaguharsha/magic-modules that referenced this pull request May 2, 2024
balanaguharsha pushed a commit to balanaguharsha/magic-modules that referenced this pull request May 2, 2024
BBBmau pushed a commit to BBBmau/magic-modules that referenced this pull request May 8, 2024
pawelJas pushed a commit to pawelJas/magic-modules that referenced this pull request May 16, 2024
pengq-google pushed a commit to pengq-google/magic-modules that referenced this pull request May 21, 2024
Cheriit pushed a commit to Cheriit/magic-modules that referenced this pull request Jun 4, 2024
pcostell pushed a commit to pcostell/magic-modules that referenced this pull request Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add AuthConfig resource in Integrations product
4 participants