graphql-engine/docs/graphql/manual/deployment
Shahidh K Muhammed 76ceb707f4
bundle console assets into server (close #516, close #521, close #2130) (#2192)
This PR builds console static assets into the server docker image at `/srv/console-assets`. When env var `HASURA_GRAPHQL_CONSOLE_ASSETS_DIR=/srv/console-assets` or flag `--console-assets-dir=/srv/console-assets` is set on the server, the files in this directory are served at `/console/assets/*`.

The console html template will have a variable called `cdnAssets: false` when this flag is set and it loads assets from server itself instead of CDN.

The assets are moved to a new bucket with a new naming scheme:

```
graphql-engine-cdn.hasura.io/console/assets/
   /common/{}
   /versioned/<version/{}
   /channel/<channel>/<version>/{}
```

Console served by CLI will still load assets from CDN - will fix that in the next release.
2019-05-16 13:15:29 +05:30
..
docker introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
graphql-engine-flags bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
heroku introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
kubernetes introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
allow-list.rst add version requirement notes for features in docs (#2196) 2019-05-16 11:49:22 +05:30
index.rst support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
logging.rst add table of contents to docs pages (#1115) 2018-12-03 17:42:24 +05:30
postgres-permissions.rst pg permission docs: make hasura user owner of system schemas (fix #1697) (#1727) 2019-03-19 10:06:40 +05:30
securing-graphql-endpoint.rst rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
updating.rst add table of contents to docs pages (#1115) 2018-12-03 17:42:24 +05:30