Postgraphile: It's not super clear what --no-ignore-rbac does

Created on 23 Apr 2019  ·  3Comments  ·  Source: graphile/postgraphile

I'm submitting a ...

  • [ ] bug report
  • [ ] feature request
  • [x] question

PostGraphile version: 4.3.3

This section of the documentation explains what --no-ignore-rbac does.

However, not sure who the user here is. Is the user that we passed on to connection string to postgraphile cli? Or is this the "user" attached to the current context/resolver?

I ran the forum example and seems to be the former (user passed in connection string). However, given that you are talking about specific user postgraphile_visitor in the documentation, I took it to mean the latter (based on current context/resolver).

Can you confirm?

❔ question 📄 add-to-docs

Most helpful comment

Based on the bot in Discord, I can contribute a patch for this doc change. One thing off your plate cc @jemgillam

All 3 comments

It’s the union of the role in the connection string, and any role that that role can become. PostGraphile generates one GraphQL schema that is shared by all clients.

I’ll remove or reword the example.

Based on the bot in Discord, I can contribute a patch for this doc change. One thing off your plate cc @jemgillam

@jayp Nice one, thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Venryx picture Venryx  ·  4Comments

jwdotjs picture jwdotjs  ·  5Comments

james-ff picture james-ff  ·  4Comments

tazsingh picture tazsingh  ·  3Comments

kilianc picture kilianc  ·  4Comments