Flux Administration
In the following
{org}
is the name of your Arraylake organization{repo}
is the name of the Repo{branch|commit|tag}
is the branch, commit, or tag within the Repo to use to fulfill the request{path/to/group}
is the path to group within the Repo that contains anxarray
Dataset{protocol}
is one of the supported protocols (e.g.edr
,wms
,dap
).
Services
services are activated at an organization level, not per repo. To manage what services are active, whether or not they are public, and to view logs navigate to https://app.earthmover.io/{org}/settings/services
. No services are enabled automatically; they must be explicitly turned on before use.
You can also manage services via the arraylake
command line client.
Service Status
al compute list {org}
Enable or Disable a Service
By default the service is only accessible to those with access to the Repo being queried. Provide the --is-public
flag to open access to all users without authentication. For more information, see the Authentication page.
al compute enable {org} {protocol}
To disable choose the appropriate service_name
from the output of al compute list {org}
.
al compute disable {org} {service_name}
services can be open to public (as in earthmover-public whcih is used in all the examples) or private. In which case they will require Authentication (TODO link) to access.