File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
docs/pages/product/apis-integrations Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,13 @@ by making them accessible to specific users only or disallowing access for
124124everyone. By default, API endpoints in all scopes, except for ` jobs ` , are
125125accessible for everyone.
126126
127- | API scope | REST API endpoints | Accessible by default? |
128- | --------- | ----------------------------------------------------------------------------------------- | ---------------------- |
129- | ` meta ` | [ ` /v1/meta ` ] [ ref-ref-meta ] | ✅ Yes |
130- | ` data ` | [ ` /v1/load ` ] [ ref-ref-load ] , [ ` /v1/sql ` ] [ ref-ref-sql ] | ✅ Yes |
131- | ` graphql ` | ` /graphql ` | ✅ Yes |
132- | ` sql ` | [ ` /v1/sql ` ] [ ref-ref-sql ] | ✅ Yes |
133- | ` jobs ` | [ ` /v1/pre-aggregations/jobs ` ] [ ref-ref-paj ] | ❌ No |
134- | No scope | ` /livez ` , ` /readyz ` | ✅ Yes, always |
127+ | API scope | REST API endpoints | Accessible by default? |
128+ | --- | --- | --- |
129+ | ` meta ` | [ ` /v1/meta ` ] [ ref-ref-meta ] | ✅ Yes |
130+ | ` data ` | [ ` /v1/load ` ] [ ref-ref-load ] | ✅ Yes |
131+ | ` graphql ` | ` /graphql ` | ✅ Yes |
132+ | ` jobs ` | [ ` /v1/pre-aggregations/jobs ` ] [ ref-ref-paj ] | ❌ No |
133+ | No scope | ` /livez ` , ` /readyz ` | ✅ Yes |
135134
136135You can set accessible API scopes _ for all requests_ using the
137136` CUBEJS_DEFAULT_API_SCOPES ` environment variable. For example, to disallow
You can’t perform that action at this time.
0 commit comments