Skip to content

Commit

Permalink
Merge pull request #240 from gen-mind/patch/docs
Browse files Browse the repository at this point in the history
update doc
  • Loading branch information
gsantopaolo authored Jun 19, 2024
2 parents 613d586 + eafaaed commit d3fdf29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/connectors/OneDrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,14 @@ paste in your browser the following link if you are running CogniX on your priva

If you are using CogniX from [rag.cognix.ch](https://rag.cognix.ch)
```js
https://rag.cognix.ch:8080/api/oauth/microsoft/auth_url?redirect_url=http://rag.cognix.ch:8080
https://rag.cognix.ch/api/oauth/microsoft/auth_url?redirect_url=http://rag.cognix.ch
```

once you paste the link above in the browser you will get a json. copy only the content of data without " taking care not to forget any char at the beginning or at the end of the text <br/>
once you paste the link above in the browser you will get a json. copy link <br/>
you will get something similar to the json below:<br/>

```json
{
"status": 200,
"data": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=<id>>&scope=offline_access Files.Read.All Sites.ReadWrite.All&response_type=code&redirect_uri=http://localhost:8080/api/oauth/microsoft/callback"
}
https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=<id>>&scope=offline_access Files.Read.All Sites.ReadWrite.All&response_type=code&redirect_uri=http://localhost:8080/api/oauth/microsoft/callback
```

paste the link as described above in a new browser window <br/>.
Expand Down
2 changes: 2 additions & 0 deletions src/backend/semantic/semantic-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
name: semantic-srv
- configMapRef:
name: milvus-cli
- configMapRef:
name: minio-cli
- configMapRef:
name: nats-cli
- configMapRef:
Expand Down

0 comments on commit d3fdf29

Please sign in to comment.