Replies: 13 comments
-
Hey @ioquatix, thanks for raising this issue with us. To set some expectations on this, as of right now the management API that this provider relies upon does not offer the possibility to manage tenant members. However we'll reach out internally and start a conversation around the possibility of offering this in the future. I'll circle back whenever I have more information on this topic. Appreciate your patience! |
Beta Was this translation helpful? Give feedback.
-
@sergiught Thanks for the update. We saw from the logs that an API does appear to exist for this, it just seems to be undocumented. Do you know any more details about this? Basically do some operations in the tenant members list and you can see the log file showing an API being used. |
Beta Was this translation helpful? Give feedback.
-
@ioquatix Indeed there is an API endpoint for managing tenant members that the Management Dashboard leverages, however this is still private and won't work with the client credentials flow that the terraform provider is using. It can only be called by a JWT Token issued to an already tenant admin member. |
Beta Was this translation helpful? Give feedback.
-
@sergiught thanks for the update. We ended up writing selenium scripts which drive a web browser to provision, list and de-provision tenant members - we look forward to an Auth0 API + Terraform support in the future. |
Beta Was this translation helpful? Give feedback.
-
Hello, just wanted to check if there was any update on this. Should we go ahead with the script, or is this feature coming soon? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey @papaharry 👋🏻 , unfortunately we don't have this on our radar at least for this quarter as the management API endpoints for this are not publicly accessible yet. As soon as they become available we'll add support for this. |
Beta Was this translation helpful? Give feedback.
-
@papaharry we wrote a script to do this and we might be able to share it. Let me check internally. |
Beta Was this translation helpful? Give feedback.
-
@ioquatix is it possible for you to share this script? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately we are not able to share this code at this time. |
Beta Was this translation helpful? Give feedback.
-
Any update? |
Beta Was this translation helpful? Give feedback.
-
Would be a nice feature +1 |
Beta Was this translation helpful? Give feedback.
-
This is a no-brainer add, can we have someone give us an update? |
Beta Was this translation helpful? Give feedback.
-
Joining the queue. This is definitely a must have feature. I hope Auth0 adds it sooner. At least a GET endpoint that returns list of tenant members and their roles. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
(Copied from alexkappa/terraform-provider-auth0#440)
Would be nice to be able to configure auth0 tenant members, currently have to add admins to every tenant individually by going through the settings
New or Affected Resource(s)
auth0_member
/auth0_tenant
Potential Terraform Configuration
or something like
Beta Was this translation helpful? Give feedback.
All reactions