graphql-hive / console

Hive Console is a GraphQL platform: schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs
https://the-guild.dev/graphql/hive
MIT License
427 stars 102 forks source link

Schema Registry token per service in a target #5629

Open yanns opened 1 month ago

yanns commented 1 month ago

Given an organization with many teams, each team owning one subgraph: it'd be great to emit a registry token per team so that each team can only update its own subgraph.

Currently, a registry token is not bound to a specific subgraph.

kamilkisiela commented 1 month ago

We will soon work on the new access layer in Hive, to enable more granular access, but also personal access tokens etc.