-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 Ability to enable multi-tenancy in Identity Platform #15712
Add Ability to enable multi-tenancy in Identity Platform #15712
Comments
好的呀 |
Note: We need to confirm if this is possible, this used to be a Console-only step & may still be. |
I am able to call an api endpoint and enable it... |
The API does seem to have an option to enable this, I would love to pick this up and test it out, but unsure if an external contribution is accepted at this point. https://cloud.google.com/identity-platform/docs/reference/rest/v2/Config#MultiTenantConfig |
We continue to be glad to accept contributions / help folks make changes to the provider! https://cloud.google.com/identity-platform/docs/multi-tenancy-quickstart is Console-only but that's not uncommon for instructions pages even when there's an API available. |
I'll see what I can do. |
@kahunacohen Let me know if I can assist in any way |
Thanks, I'm working on setting up the dev environment. I'll ping you with any questions. |
@DanielRieske the docs say to start by forking the magic modules repo, but they don't say whether to use the google repo or the hashicorp repo. I see that there's a hashicorp repo that's forked from the google repo... |
They mean this magic-modules repository, the Hashicorp |
|
@hao-nan-li This one can be closed. I had a formatting issue in the comment so the issues did not get closed. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
I would like to be able to enable multi-tenancy in identity platform without having to either enable it via the GUI or call an external script. As far as I can see this is not possible. In fact in the docs for
google_identity_platform_tenant
it says, "You must via the Cloud Console prior to creating tenants."I would be happy to contribute a PR if this is something that can/or should be done.
New or Affected Resource(s)
Potential Terraform Configuration
This would enable multi-tenancy:
References
b/299600650
The text was updated successfully, but these errors were encountered: