mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
docs: add instances of security announcements CTA
[DOCS-493]: https://hasurahq.atlassian.net/browse/DOCS-493?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7558 GitOrigin-RevId: d41afa63ae8df7278b02b7a82adc0506b8a00819
This commit is contained in:
parent
ce890f9821
commit
4aef762786
@ -18,6 +18,13 @@ security beyond RBAC (role-based access control) permissions is mandatory for an
|
||||
deployment. We recommend that all HTTP layer security work be done at the API gateway level and GraphQL-specific
|
||||
policies be applied at the Hasura level.
|
||||
|
||||
:::info Security Announcements
|
||||
|
||||
Join the [Hasura Security Announcements](https://groups.google.com/forum/#!forum/hasura-security-announce) group for
|
||||
emails about security announcements.
|
||||
|
||||
:::
|
||||
|
||||
<Thumbnail
|
||||
src="/img/guides/best-practices-security-apihasura-diagram.png"
|
||||
alt="Hasura/API security architecture"
|
||||
|
@ -51,3 +51,10 @@ For access to Hasura GraphQL Engine logs, check the below page for details:
|
||||
If you're moving your Hasura GraphQL Engine to production, consult the following guide:
|
||||
|
||||
- [Production checklist](/deployment/production-checklist.mdx)
|
||||
|
||||
:::info Security Announcements
|
||||
|
||||
Join the [Hasura Security Announcements](https://groups.google.com/forum/#!forum/hasura-security-announce) group for
|
||||
emails about security announcements.
|
||||
|
||||
:::
|
||||
|
@ -173,3 +173,8 @@ HASURA_GRAPHQL_ENABLED_LOG_TYPES=startup,http-log,query-log,websocket-log,webhoo
|
||||
graphql-engine --database-url=<database-url>
|
||||
serve --enabled-log-types="startup,http-log,query-log,websocket-log,webhook-log"
|
||||
```
|
||||
|
||||
## Security Announcements
|
||||
|
||||
Join the [Hasura Security Announcements](https://groups.google.com/forum/#!forum/hasura-security-announce) group for
|
||||
emails about security announcements.
|
||||
|
@ -127,6 +127,11 @@ For a full hands-on tour of Hasura, check out our
|
||||
We release new features every month. Sign up for our newsletter by using the link below. We send newsletters only once a
|
||||
month. <https://hasura.io/newsletter/>.
|
||||
|
||||
### Security Announcements
|
||||
|
||||
Join the [Hasura Security Announcements](https://groups.google.com/forum/#!forum/hasura-security-announce) group for
|
||||
emails about security announcements.
|
||||
|
||||
### Database operations
|
||||
|
||||
- [Database modeling](/schema/postgres/index.mdx): Learn how to model your database schema, as well as how to extend it.
|
||||
|
Loading…
Reference in New Issue
Block a user