Skip to content
Discussion options

You must be logged in to vote

Hey @blueoceans2002

Best practices

We would recommend to disable console in production environment because of the lots of security reasons. We have written a production checklist here which describes best practices for securing your console and APIs. Link - https://hasura.io/docs/latest/deployment/production-checklist/#disable-the-console

TLDR; you disable console by default everytime thereby hiding it from anyone on the internet to access it. If you/devs wanted to use console, then they can install Hasura CLI and by running hasura console they can access the console from CLI. The drawback here with CLI console would be, that it would automatically update your metadata/migrations, if you …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adas98012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants