fix readme leftovers
This commit is contained in:
@@ -15,18 +15,12 @@ Internal GRPC APIs:
|
|||||||
|
|
||||||
## Enable OCM
|
## Enable OCM
|
||||||
|
|
||||||
To enable OpenCloudMesh, you have to set the following environment variables. The path `/etc/ocis/` in the example below depends on the installation type and derives, if not otherwise defined, from the `OCIS_CONFIG_DIR` envvar.
|
To enable OpenCloudMesh, you have to set the following environment variable.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
export OCIS_ENABLE_OCM=true
|
OCIS_ENABLE_OCM=true
|
||||||
export OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE="/etc/ocis/ocmproviders.json"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< hint info >}}
|
|
||||||
Point `OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE` to a file as described below.
|
|
||||||
{{< /hint >}}
|
|
||||||
|
|
||||||
|
|
||||||
## Trust Between Instances
|
## Trust Between Instances
|
||||||
|
|
||||||
The `ocm` services implements an invitation workflow which needs to be followed before creating federated shares. Invitations are limited to trusted instances, however.
|
The `ocm` services implements an invitation workflow which needs to be followed before creating federated shares. Invitations are limited to trusted instances, however.
|
||||||
|
|||||||
Reference in New Issue
Block a user