You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With capability to custom generate graphql endpoints, is it possible to add different roles to different domain objects.
viz. in travel agency problem flight and ticket can the have different roles assigned to them. Similarly can we have different roles for query/mutation/subscription.
Smallrye Graphql has been upated to support this, how to achieve in data index service. quarkusio/quarkus#10001
The text was updated successfully, but these errors were encountered:
@debu999 I don't think we have this out of the box, nor it's planned. Domain-level authorization might be tricky to get in the current architecture. IIRC, you can require authentication from the exposed endpoints, but not the data. If you know the query graphql data generated by Data Index, you may add authentication to it using Quarkus OIDC. @nmirasch can you also please clarify here? @debu999 if this is not relevant anymore, please let me know so I can close it.
With capability to custom generate graphql endpoints, is it possible to add different roles to different domain objects.
viz. in travel agency problem flight and ticket can the have different roles assigned to them. Similarly can we have different roles for query/mutation/subscription.
Smallrye Graphql has been upated to support this, how to achieve in data index service.
quarkusio/quarkus#10001
The text was updated successfully, but these errors were encountered: