List/access all self hosted projects at once. #10684
-
Is your proposal related to a problem?We have a self hosted setup and there are many projects running. Currently we have to manually give access to users for admin or read only and also we have to manually access all DB Schemas of all projects as well. Describe the solution you'd likeIs there a way to list/access all the projects lets say via API or a query at once? it will be really helpful. Describe alternatives you've consideredcurrently, manually go to each project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, @kksheth43521 — as this isn't really an issue with Hasura v2 doesn’t have a built-in way to list all projects in a single query since each instance is independent. However, if you’re using the Hasura metadata API, you could automate fetching metadata from each project to get schema details and user roles programmatically. |
Beta Was this translation helpful? Give feedback.
Hi, @kksheth43521 — as this isn't really an issue with
graphql-engine
and a feature request that we're not likely to take up, I converted this to a discussion.Hasura v2 doesn’t have a built-in way to list all projects in a single query since each instance is independent. However, if you’re using the Hasura metadata API, you could automate fetching metadata from each project to get schema details and user roles programmatically.