graphql-engine/docs/graphql/core/deployment/securing-graphql-endpoint.rst

32 lines
956 B
ReStructuredText
Raw Normal View History

.. meta::
:description: Secure the Hasura GraphQL endpoint
:keywords: hasura, docs, deployment, secure
.. _securing_graphql_endpoint:
Securing the GraphQL endpoint
=============================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
To make sure that your GraphQL endpoint and the Hasura console are not publicly accessible, you need to
configure an admin secret key.
Depending on your deployment method, follow one of these guides to configure an admin secret key, and prevent public
access to your GraphQL endpoint and the Hasura console:
2020-08-25 14:53:25 +03:00
- :ref:`For Hasura Cloud <secure_project>`
- :ref:`For Heroku <heroku_secure>`
- :ref:`For Docker <docker_secure>`
- :ref:`For Kubernetes <kubernetes_secure>`
- :ref:`For Digital Ocean <digital_ocean_secure>`
.. note::
2019-02-06 09:39:36 +03:00
If you're looking at adding access control rules for your data to your GraphQL API then head
to :ref:`Authentication / access control <auth>`.