Skip to content

feat: added disabled_user_signup and disabled_user_deletion to google_identity_platform_tenant #12841

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

Conversation

ramonvermeulen
Copy link
Contributor

Solves hashicorp/terraform-provider-google#20918

Adds support for these two configuration options in the API Endpint:

  client {
    permissions {
      disabled_user_signup   = true
      disabled_user_deletion = true
    }
  }

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

identityplatform: added `disabled_user_signup` and `disabled_user_deletion` to `google_identity_platform_tenant`

@github-actions github-actions bot requested a review from rileykarson January 23, 2025 14:32
Copy link

github-actions bot commented Jan 23, 2025

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

@roaks3, 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.

@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Jan 23, 2025
@ramonvermeulen ramonvermeulen force-pushed the ramon/20918-signup-deletion-identity-platform-tenant branch from 2491d6b to 98926a3 Compare January 23, 2025 14:36
@ramonvermeulen ramonvermeulen force-pushed the ramon/20918-signup-deletion-identity-platform-tenant branch from 98926a3 to 418efcd Compare January 23, 2025 18:57
Copy link

@rileykarson This PR has been waiting for review for 3 weekdays. Please take a look! Use the label disable-review-reminders to disable these notifications.

@modular-magician modular-magician added service/identitytoolkit and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Jan 28, 2025
@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 ( 4 files changed, 185 insertions(+))
google-beta provider: Diff ( 4 files changed, 185 insertions(+))
terraform-google-conversion: Diff ( 1 file changed, 59 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 17
Passed tests: 14
Skipped tests: 2
Affected tests: 1

Click here to see the affected service packages
  • identityplatform

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
  • TestAccIdentityPlatformTenant_identityPlatformTenantUpdate

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccIdentityPlatformTenant_identityPlatformTenantUpdate [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Jan 29, 2025
Copy link

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 1 week. Please take a look! Use the label disable-review-reminders to disable these notifications.

Copy link

github-actions bot commented Feb 6, 2025

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 2 weeks. Please take a look! Use the label disable-review-reminders to disable these notifications.

Copy link

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 3 weeks. Please take a look! Use the label disable-review-reminders to disable these notifications.

@modular-magician modular-magician removed the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Feb 13, 2025
@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 ( 4 files changed, 185 insertions(+))
google-beta provider: Diff ( 4 files changed, 185 insertions(+))
terraform-google-conversion: Diff ( 1 file changed, 59 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 17
Passed tests: 15
Skipped tests: 2
Affected tests: 0

Click here to see the affected service packages
  • identityplatform

🟢 All tests passed!

View the build log

Copy link

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 4 weeks. Please take a look! Use the label disable-review-reminders to disable these notifications.

@rileykarson
Copy link
Member

Apologies, have been low on cycles and taking too long to get back to reviews. Picking an alternate reviewer.

@modular-magician reassign-reviewer

Copy link

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 5 weeks. Please take a look! Use the label disable-review-reminders to disable these notifications.

Copy link

github-actions bot commented Mar 6, 2025

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 6 weeks. Please take a look! Use the label disable-review-reminders to disable these notifications.

@rileykarson
Copy link
Member

OK let's see if it works this time:

@modular-magician reassign-reviewer

@github-actions github-actions bot requested a review from roaks3 March 6, 2025 15:55
@rileykarson rileykarson removed their request for review March 6, 2025 16:24
Copy link
Contributor

@roaks3 roaks3 left a comment

Choose a reason for hiding this comment

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

Some minor feedback, but overall LGTM

@github-actions github-actions bot requested a review from roaks3 March 18, 2025 19:28
@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Mar 18, 2025
@ramonvermeulen
Copy link
Contributor Author

@roaks3 Thanks for the feedback, just updated the PR!

Copy link
Contributor

@roaks3 roaks3 left a comment

Choose a reason for hiding this comment

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

Could you revert to using single quotes for the string values in the yaml, so that we don't have these no-op changes in the diff?

Otherwise, LGTM, and should be ready to run tests

@ramonvermeulen ramonvermeulen requested a review from roaks3 March 20, 2025 21:14
@modular-magician modular-magician removed the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Mar 21, 2025
@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 ( 4 files changed, 175 insertions(+))
google-beta provider: Diff ( 4 files changed, 175 insertions(+))
terraform-google-conversion: Diff ( 1 file changed, 59 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 17
Passed tests: 15
Skipped tests: 2
Affected tests: 0

Click here to see the affected service packages
  • identityplatform

🟢 All tests passed!

View the build log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants