Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify the expected value of jwtRole #591

Merged
merged 2 commits into from
Oct 29, 2017
Merged

Conversation

bradleyayers
Copy link
Contributor

No description provided.

@benjie
Copy link
Member

benjie commented Sep 27, 2017

Weird CI issue :(

@chadfurman
Copy link
Collaborator

@benjie CI doesn't run automatically when a PR is opened, does it? If so, that's very dangerous. If not, good for you! :)

@benjie
Copy link
Member

benjie commented Sep 27, 2017

Yes it does, but CI doesn't have access to anything dangerous (e.g. it doesn't publish to npm/etc, so doesn't have any secrets in its envvars or similar). I'm not aware of any security issues with doing so, but if we were to auto-publish to npm or similar then I'd certainly lock it down! If you have evidence of it being dangerous configured how it is currently please let me know so I can disable it.

@benjie
Copy link
Member

benjie commented Sep 27, 2017

So I think the CI issue is that something's updated and UglifyJs can't handle => arrow function syntax. v4 has a yarn.lock preventing this being an issue but v3 doesn't.

@chadfurman
Copy link
Collaborator

w.r.t. security, a compromised CI server (if it builds anything) could backdoor the builds. That said, if the CI server is read-only and only runs the tests, the wors that could happen is that the CI server is zombified and used to perform malicious acts against others.

@benjie benjie merged commit 85bef61 into graphile:master Oct 29, 2017
Belline pushed a commit to Belline/postgraphql that referenced this pull request Dec 18, 2017
benjie added a commit that referenced this pull request Jan 27, 2020
* chore(tsdoc): enable TSDoc linting (#577)

* chore: add tests for GRAPHILE_TURBO (#582)

* chore(types): export GraphileResolverContext

* chore(release): use yarn commands

* feat(watch): manual schema reload notification (#583)

* chore(git): ignore .env file (#590)

* chore(tests): use Jest GraphQL schema serializer (#589)

* feat(omit) take "many" on constraints into account (#565)

* feat(omit) take "many" on constraints into account

Closes #505.

* move `@omit many` constraint condition to "many" relations only

and simplify the conditions a bit, outdenting `makeField` by one level

Co-authored-by: Benjie Gillam <[email protected]>

* feat(pg): support non-scalar range values (#591)

Co-authored-by: Benjie Gillam <[email protected]>

* Fix issues after rebase

* More reliable?

Co-authored-by: David Baumgold <[email protected]>
Co-authored-by: Andreas Bergmaier <[email protected]>
benjie added a commit that referenced this pull request Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants