Skip to content

Commit

Permalink
add server info
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrickert authored Oct 31, 2024
1 parent 18452e6 commit 3405fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Image transfer tool for Indica Labs' HALO 🤌
<img src="./Italo.png" alt="GUI with macOS" width="712">
>[!TIP]
>Italo requires access to HALO's GraphQL API server with a `scope=serviceuser|graphql` service client. For details on how to create the HALO service client, please see [Step 2](https://gitlab.com/indica_labs_public/example-code#step-2-create-halo-service-client) of Indica Labs' python example. In short, run the following command from an elevated Windows Command Prompt ("Run as adminstrator") to request a new service client named `Italo`:
>Italo requires access to HALO's GraphQL API server with a `scope=serviceuser|graphql` service client. For details on how to create the HALO service client, please see [Step 2](https://gitlab.com/indica_labs_public/example-code#step-2-create-halo-service-client) of Indica Labs' python example. In short, run the following command from an elevated Windows Command Prompt ("Run as adminstrator") on the HALO server system to request a new service client named `Italo`:
>```terminal
>"C:\Program Files\Indica Labs\Identity Provider\IndicaLabs.ApplicationLayer.Halo.IdentityProvider.exe" reconfigure --script AddResearchServiceClient "client_type=Italo;scopes=serviceuser|graphql"
>```
>The configuration details required for Italo to communicate with HALO's GraphQL API server can then be found **only** on the HALO server system with the Identity Provider's config file:
>The configuration details required for Italo to communicate with HALO's GraphQL API server can then be found on the HALO server system with the Identity Provider's config file:
>
>`C:\ProgramData\Indica Labs\Configuration\IndicaLabs.ApplicationLayer.Halo.IdentityProvider\local-production.yml`
>```YAML
Expand Down

0 comments on commit 3405fec

Please sign in to comment.